Support » Fixing WordPress » 2 Menus, Horizontal and Vertical

  • Hi

    My site requires 2 menus, one horizontal and one vertical. The horizontal one will display pages : About, Contact Us, Privacy

    And my vertical menu will display pages about the company.

    How do I get WordPress to display these pages in the places I want ie at the top and in my left hand column.

    I hope someone can help me.

    Thanks

Viewing 1 replies (of 1 total)
  • working from nothing is a bit theoretical; it would help to get more response if you could post a link to your site.

    if you are able to ‘mockup’ these menus with html, the integration of the dynamic wordpress template tags should be no big problem.

    it will probably involve changes to header.php for the horizontal menu (using wp_list_pages() with probably the include parameter(?) and styles for horizontal menu); and changes to sidebar.php (again using wp_list_pages(); and probably using child pages for the company stuff);

    http://codex.wordpress.org/Creating_Horizontal_Menus
    http://codex.wordpress.org/Template_Tags/wp_list_pages

Viewing 1 replies (of 1 total)
  • The topic ‘2 Menus, Horizontal and Vertical’ is closed to new replies.