go41

the info you need to know


von Joern
Keine Kommentare

you could duplicate the pages list in footer.php by copy all ul /ul stuff from header.php to footer.phpPut it below the line div id="front-popular" above div id="recentpost" like this:Code:<div id="front-popular" 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><div…


von Joern
Keine Kommentare

Hello there, Is it possible to create a footer that functions in much the same way as the top nav bar, but just place it above the footer section of the page? I need more nav bar space!Cheers, Dr_Whom


von Joern
Keine Kommentare

first question:you should create a single-post template for this category ( actually for post in this category "if (in_category('our-products-and-services'))" )how to do you find here:http://www.snilesh.com/resources/wordpr ... wordpress/orhttp://www.wprecipes.com/how-to-use-dif ... r-categoryorhttp://lorelle.wordpress.com/2005/09/22 ... ategories/I guess you have only one single.php in your theme…