go41

the info you need to know


von Joern
Keine Kommentare

Hi Annie, you are right, there is no category assigned to display.The line generating this text is in header.php, in my copy of this theme it looks like this:<div class="label"><a href="<?php echo get_category_link($ar_headline);?>"><?php single_cat_title(); ?> &raquo;</a></div>I can't open your site to see if you use the same version, on colorlabs…


von Joern
1 Kommentar

an add just below the navigation bar div id="navbar" using the full width of your site you put in header.phpnear the end of header.php you have something like:<div id="navbar" class="clearfloat"><ul id="page-bar" class="left clearfloat"><li><a href="<?php echo get_option('home'); ?>/">Home</a></li><?php wp_list_pages('sort_column=menu_order&title_li='); ?></ul><?php include (TEMPLATEPATH . '/searchform.php'); ?></div>********PUT YOUR ADD CODE HERE</div>********YOU MIGHT ALSO…