Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   2 page menu bars (left and right side) possible ? (http://forum.bytesforall.com/showthread.php?t=264)

Tigger Feb 7, 2009 09:31 AM

2 page menu bars (left and right side) possible ?
 
Hi Flynn,

is it possible, to include the page navigation menu into the right side and also into the left side ?
On both sides I would use the page navigation menu with different settings.
Via widgets, I can only include it one time into one side.

Flynn Feb 8, 2009 01:44 PM

That widget can only be used once, unlike the text or rss widget. Try this widget http://wordpress.org/extend/plugins/php-code-widget/ and put your own code into it:

PHP Code:

<ul>
<?php wp_list_pages('title_li='); ?>
</ul>

See http://codex.wordpress.org/Template_Tags/wp_list_pages on how to further customize the output of wp_list_pages

Tigger Feb 8, 2009 02:50 PM

Hi Flynn,

I installed Simple Sidebar Navigation Plugin

http://www.ibsteam.net/blog/web-deve...ugin-wordpress

It works perfect. Now I can add a second page menu bar to the left side of the page and customize the content. It is using the standard navigation bar from your theme. Unfortunately no suckerfish ... . But you can create as many menues as you want and also include external links


All times are GMT -6. The time now is 06:04 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.