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 = 1;   foreach ($display_categories as $category) { ?>   <div id="cat-<?php…


von Joern
Keine Kommentare

Hi Joern, Been doing a bit of SEO work on www.iamstaggered.com and I was wondering if you could help me work out how to incorporate H1 text on pages without it looking really dumb!Currently if I insert H1 text anywhere then it looks HUGE! I'd like to insert a line…


von Joern
Keine Kommentare

How to take a wordpress query and display the resulting 4 posts in reverse order?Let me give you an example:In the theme Arthemia is on the top right side a section called 'Featured', which queries for the 4 latest posts of the category named Featured.These posts are displayed normally with…