tags:

views:

579

answers:

1

Hey All,

for the life of me I can't figure out how to create a custom navigation for wordpress (Not that I'm very good at wordpress).

I would like to use pages as my navigation and sub-pages as drop-downs and fly-outs.

Example:

  • Home
  • tab-1
    • sub-page-1
  • tab-2
    • sub-page-1
    • sub-page-2
    • sub-page-3
  • tab-3
  • tab-4
    • sub-page-1
    • sub-page-2
      • sub-sub-page-1
      • sub-sub-page-2
    • sub-page-3
  • tab-5

It doesn't need to be styled like this but something like: Stu's example, need it to be dynamic cause hard coding is not the way of the Coding Samurai!

+1  A: 

Multi-level navigation plugin:

http://wordpress.org/extend/plugins/multi-level-navigation-plugin/

http://pixopoint.com/multi-level-navigation/

songdogtech
works great but overrides my stylesheet. Now on to the CSS part ;)
Phill Pafford
Yea, sorting out the CSS is important. Might depend on how well the CSS in the theme you're using is commented or designed.
songdogtech