wotnow
Member
Posted 3 months ago #
Hi using child theme of twenty eleven .. I am trying to get rid of horizontal menu and have downloaded jQuery Vertical Accordion Menu which I have working but it is only showing up on the one post I have. All the rest are pages.
How do I get the custom menu to appear in the sidebar on pages?
How do I get rid of the horizontal menu?
Thanks
there is a page template with sidebar 'Sidebar Page' which you can set for each individual page under:
dashboard - pages - edit page - page attributes - template
or you need some coding to add a sidebar to all pages; for instance.
the horizontan menu is in the section in header.php, starting with:
<nav id="access" role="navigation">
and ending with:
</nav><!-- #access -->
remove it.
wotnow
Member
Posted 3 months ago #