go41

the info you need to know


von Joern
Keine Kommentare

okay, I will put it at the end of the row.you have to modify this part in index.php, should still look similar like this now:Code:<div id="middle" class="clearfloat">   <img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/category.png" class="clearfloat" alt="" />   <?php $display_categories = array(9,10,11,12,xx); $i…


von Joern
3 Kommentare

aranovo WordPress theme Theme Description: Aranovo theme is using an image slider for the first four posts integrated into Wordpress. Gravatar and threaded comment support is included. An automatic thumbnail resizer (timthumb) using a customfield manages the size of images…


von Joern
Keine Kommentare

you have now a div id featured inside a div id featured, not following a first one.The complete code for this div in original theme isCode:<div id="featured">   <img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/featured.png" width="72px" height="17px" alt="" />   <?php query_posts("showposts=4&category_name=Featured"); $i =…