How To Replicate Techchuck AutoBlog

sonicman use autoblogged instead if thats what you need
 
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.
 
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
 
Yeah.. how did you change your background. Anyone please?
 
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
 
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
Ok... Got it!

Thanks!
 
Oh yeah specopkirbs, i also added a backlink to your blog near the elegant box designer link because after all you made this cool thread and supplied a good starting point with the modded files. ;)
 
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.

Your site is good .ANd your plugins.Could you share the youtube plugin and the Twitter Plugin with us! My mailbox is 859520118@ qq .com
Sorry I could't push URL
Thanks!!!!
 
Does anyone know how to place a logo image into a webpage without using the img tags?
 
The logo is there but via css. Please check global.css and default.css.

Regards
 
Now 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
It looks like you're doing a good job to me very news. Thanks
 
thank you kindly. Having a bit of trouble with some feeds but i'll search and then ask somewhere else
 
How do I put two 250x250 Adsense ads side by side, in my Wordpress theme right below the title of a post in the first fold?

Somebody told me to do a float right and left .

"So wrap one like this
Quote:
<div style=?display:block;float:left;margin: 5px 5px 5px 5px;?> 'adsense code 1' </div>

and the second like this

Quote:
<div style=?display:block;float:right;margin: 5px 5px 5px 5px;?> 'adsense code 1' </div>

But unfortunately I don't know anything about codes.
Where in elegant-box theme do I have to put that code, please?
Thank you
 
Open single.php and put it between the_title and the_content codes.
 
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 -->

Plese need help with that piece of code: where do I paste it?
What is "inside the loop"?
Thank you
 
Back
Top