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
Keine Kommentare

in footer.php you are exactly at the right place to delete something.I show you here with explanation what does what:<div id="mostcommented" class="clearfloat"> HERE MIDDLE SECTION STARTSSTUFF BELOW SHOWS MOST COMMENTED POSTS<h3>Most Commented</h3><ul><?php $result = $wpdb->get_results("SELECT comment_count,ID,post_title FROM $wpdb->posts ORDER BY…