Looking for a simple navigational plugin.. Help?

twoj04

Power Member
Joined
Apr 23, 2009
Messages
631
Reaction score
372
Hey everyone,
So one of my sites has a LOT of pages, which are nested inside eachother. I seem to be having trouble finding a simple plugin that would show everything as the top page, then when that is clicked, the nested pages show. I am also looking for something where I can choose the colors. I have seen it lots of places and know it can be done easily. I tried all the navigational plugins I could find and they don't do it.

I am wanting this as a widget if possible, as it would look best on the sidebar.

Example:

Link 1
Link 2
Link 3

When "Link 1 is clicked":
Link 1
- Sub-Page 1
- Sub-Page 2
- Sub-Page 3
Link 2
Link 3

If anyone can point me in the right direction, a big hefty thanks would be given! Again, I know this is pretty simple but I have been having tons of trouble finding it.

Cheers $$$$ :sombrero:
 
Last edited:
this is built into wordpress by default.. it you make pages with parent pages it will display this way using wp_list_pages
 
forgot to simply edit this post, please read below. Thanks!
:sombrero:
 
Last edited:
Ok after googling wp_list_pages,

I found this plugin:

Code:
http://wordpress.org/extend/plugins/hierarchical-pages/
What I am wanting is that, but with the added ability to change colors of the different navigation pages, and ex.

Let's say I am viewing Sub-Page 2 of Link 1.

This is showing:
Link 1:
- Sub-Page 1
- Sub-Page 2
- Sub-Page 3
Link 2

Now when I click Link 2, I want it to not load anything, simply change the navigation to show this:
Link 1:
- Sub-Page 1
- Sub-Page 2
- Sub-Page 3

Link 2:
- Sub-Page 1
- Sub-Page 2
- Sub-Page 3
 
Back
Top