Forums

Customize Navigation Menu for Each "Page" (3 posts)

  1. keithd77
    Member
    Posted 2 years ago #

    Hi,

    Is there a plugin or setting available that would allow you to customize which pages display in the navigation menu for each page.

    For example, while on my home page I want my "about us" page to show in the nav menu. But when I'm on my "Blog" page I want only the "Home" page to show in the navigation menu and not the about us page.

    Thank you in advance
    -Keith

  2. Edward Caissie
    Member
    Posted 2 years ago #

    You may be able to use a combination of is_page(), is_home(), etc. conditionals wrapping the function generating your menu, which I would suspect to be either wp_list_pages() or wp_page_menu().

    This page in the codex may be helpful: http://codex.wordpress.org/Conditional_Tags

  3. keithd77
    Member
    Posted 2 years ago #

    your reply helped me out... late thanks

Topic Closed

This topic has been closed to new replies.

About this Topic