How can I do this with flexibility theme?

by zonkow
3 replies
  • WEB DESIGN
  • |
I'm using Flexibility 3 for my new wordpress site. It really is a cool theme with many handy options.
However , I couldn't find out how I can generate another menu bar like I did with
thesis previously.

I located my first menu below the header.
Now I need a second either in the footer or above the header for policy such as
About us,Contact us, disclosure,privacy policy etc..

Can you tell me how I can do this?
#flexibility #theme
  • Profile picture of the author frankl
    You can create menus under the Apearance => Menus option, however, the Flexibility theme supports only 1 menu.
    {{ DiscussionBoard.errors[6325977].message }}
  • Profile picture of the author zonkow
    So, there is no way to construct another menu.
    That's a pity
    Such a great theme should support more than 1 menu.
    {{ DiscussionBoard.errors[6326426].message }}
  • Profile picture of the author Tomos Wyn
    register_nav_menu() is your friend. Register a new menu in your functions.php file (or whatever your theme uses). Set up your new menu and assign it to the menu you just registered. Then use wp_nav_menu() in your template files to call the 2nd menu.
    {{ DiscussionBoard.errors[6326836].message }}

Trending Topics