• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter wotnow

    (@wotnow)

    Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No sidebar showing on pages’ is closed to new replies.