Ok, I already described two ways to implement a traditional website style navigation with multiple levels:
- Using Categories after fixing the problem that category pages were made for showing blog posts ONLY. Default they show a selection of your blogposts, but with the plug-in Category Post, it is possible to show both page and post content when your user presses a category link.
- Using Pages after fixing the problem that pages were made for static content ONLY. By using the plug-in Inline Posts, you can add specific posts to your page.As both Pages and Categories have support for defining sub elements, my idea is that you can tweek your theme (the sidebar template), to show a tree-structured page_list or category_list in any way you like: ie. horizontally, collapsed and expandable. Then I found the WP Menubar plugin, which creates a whole new table in your database called ‘menubar’
- This solution seems right. The plug-in creates a new interface to the Tools area in your dashboard. Here you can create a new Menu, and assign menuitems to it. Then you can assign content in form of categories and pages you allready created. To make it work you need to download and install the plugin, add a ‘menubar-templates’ folder to your wp-content/plugins directory, upload a menubar template to it (this styles the menubar), and finally you must remember to add a line of code somewhere in your theme, where you want the menu to go: fx the header.
To download WP Menubar, please visit the WordPress Plugin Directory.
To preview a Menubar template, you can visit the WP Menubar demo site.
menubar-templates (the one I use here is wpm-Suckerfish.zip)
documentation


















































