Struggling to find where to add page exclude code in Delicate theme
-
Hi All,
I am trying to exclude some pages from the Delicate theme navigation menu without any luck!
The normal way I do it is do something along the lines of:
<?php wp_list_pages(’title_li=&depth=-1=&exclude= 80,81,82‘); ?>
…where 80,81,82 are page ID’s.
However Delicate theme does not have the wp_list_pages tag in its header file. Instead it has:
<?php natty_show_navigation (‘primary’, ‘natty_show_pagemenu’); ?>
If I try overwriting with the wp_list_pages code then all I get is a PHP error.
Any advice / help would be appreciated.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Struggling to find where to add page exclude code in Delicate theme’ is closed to new replies.