Forums

pages not to be seen in navigation (4 posts)

  1. iliketocolour
    Member
    Posted 2 years ago #

    I'm trying to create a page on my wordpress site, but not have it shown in the navigation. These methods don't work, as the public isn't able to view the page.

    http://realiventblog.com/2007/04/04/how-to-hide-pages-in-wordpress/

    I'd like to make a link at the bottom of my home page that says "view privacy statement", then link it to the page.

    Any help would be great.
    Thanks in advance!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

  3. iliketocolour
    Member
    Posted 2 years ago #

    Ok, but when I try to place the exclude parameter in my code, it messes up my entire navigation.

    Here's what it looks like right now:

    <?php wp_list_pages('title_li=&depth=1'; exclude=17,38;); ?>

    What's it supposed to look like?

  4. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    <?php wp_list_pages('title_li=&depth=1&exclude=17,38'); ?>

Topic Closed

This topic has been closed to new replies.

About this Topic