Forums

specific page will not appear (2 posts)

  1. themanfromph
    Member
    Posted 2 years ago #

    i want a specific page not to appear when on page list?
    is that possible?
    here is my site
    http://adadss.co.cc
    i want the thank you page not to appear because its only for the
    first time commentators

  2. Samuel B
    moderator
    Posted 2 years ago #

    look in your theme's
    header.php
    for a line similar to
    <?php wp_list_pages('title_li=&depth=4&sort_column=menu_order'); ?>
    add an exclude statement to it like so
    <?php wp_list_pages('title_li=&depth=4&exclude=14&sort_column=menu_order'); ?>
    change 14 to your actual page id

Topic Closed

This topic has been closed to new replies.

About this Topic