• I want to create Article Pages with the title showing only in
    the sidebar. I just created a page and the title is in the
    sidebar and in the top bar where ONLY the titles HOME…ABOUT…CONTACT
    should be.

    How do I implement that distinction?

    Thank you for any help

    Fran ??

Viewing 1 replies (of 1 total)
  • Sounds like, in both places, your theme is using the template tag, wp_list_pages(), so you need to find that code in your theme’s header.php (at least it is probably in header.php) and add the exlcude=x argument. Note that the x represents the page ID of the page you don’t want displayed.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I create Pages with the title in the sidebar, but NOT in the top bar’ is closed to new replies.