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: drwhom)
Hier noch 1 weitere Ergebnisse dieses Threads:
Re: Creating a footer :: Reply by Joern
18. Aug. 2010 (von: Joern)
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…