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
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
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
This topic has been closed to new replies.