Viewing 1 replies (of 1 total)
  • 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

Viewing 1 replies (of 1 total)
  • The topic ‘specific page will not appear’ is closed to new replies.