Is there any easy way to duplicate the main menu avoiding the superfish effect? So, showing subpages/subcategories.
I want another copy on the bottom, well, not me, my customer :-$ and I'm getting stuck here.
TIA, Paulo.
ThemeShaper Forums » Thematic
Duplicating menu and showing subpages
(5 posts)-
Posted 2 years ago #
-
Hey Paulo,
so you need a second menu at the bottom of the page displaying only the top level with out the submenus?
Cheers,
Chris
Posted 2 years ago # -
No, Chris, just the opposite. What I need is a replica of the top menu at the bottom, but showing first and second levels (or even more). I should look like the top menu, but like if it was opened.
Thanks for your answer.Posted 2 years ago # -
If there is nothing else in the footer I would just put the pages widget in one of the footers aside and style it to my needs with css!
Other then that try thematic_abovefooter() hook and just add wp_page_menu('sort_column=menu_order') with an add_action.
Posted 2 years ago # -
Thanks, sareiodata. I'm using your second approach, but I don't know how to keep the submenu expanded, because if I deal with javascript, main menu stops working (deal, uhum, er... mess it).
I'll try with the widget and css...Posted 2 years ago #
Reply
You must log in to post.