I need to remove one page from the navigation
-
I know how to do it on some of the other themes I have made, but this one was made by someone else. Here is the code that confuses me. Thanks in advance!
<?php wp_list_pages(‘exclude_tree=188,2466,&exclude=24,2466,2,324,343&title_li’); ?>
<?php wp_list_cats(‘title_li’); ?>
<?php wp_list_pages(“exclude_tree=315&title_li”); ?>
The page ID is 2466, and you can see i added it there to the others, but what are the two other lines below it doing?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘I need to remove one page from the navigation’ is closed to new replies.