specopkirbs
BANNED
- Nov 28, 2008
- 920
- 752
sonicman use autoblogged instead if thats what you need
http://www.orshe.com
Here is one i'm half done with:
Code:http://www.orshe.com
I optimized the pages to get them faster, also i'm trying to sort out another gallery/thumbnail plugin because the Nextgen pulls really horrible MySql queries.
Anyhow, nothing overly great yet but i will improve it.
How did you change your background, please?
Thanky
Ok... Got it!for this theme to change the background you have to look in the individual folders for the colour your using eg if your using the standard white style look in elegant box > white and you will see the white css file and as standard it has background.gif as the background upload your background and change it to the name of your background
Here is one i'm half done with:
Code:ht:cool:p://ww:rolleyes:w.orshe:pcom
I optimized the pages to get them faster, also i'm trying to sort out another gallery/thumbnail plugin because the Nextgen pulls really horrible MySql queries.
Anyhow, nothing overly great yet but i will improve it.
It looks like you're doing a good job to me very news. ThanksNow im not going to teach you exactly how to replicate the blog as truth be known i dont think i could do that...just yet. Ive made a basic replica at technicnews.com now i know mine is by no means perfect but i am improving it each day
Did you add the code to allow this within the loop? You probably need to add the following in the loop.
Code:<!-- Begin Tag code Mod so Twitter will pull related tweets --> <?php $posttags = get_the_tags(); $count=0; if ($posttags) { foreach($posttags as $tag) { $count++; if (1 == $count) { $tagname = $tag->name . ' '; } } } ?> <!-- End Tag code mod -->