Excluding pages in main nav & hiding the title?
-
I have found this code..
<?php wp_list_pages ('exclude=17,38' ); ?>
To stop the main nav from showing certain pages.and this code to stop it from saying ‘Pages’ before the main nav
<?php wp_list_pages('title_li' ); ?>
However, i need to combine them so it only shows particular pages in the nav as well as getting rid of the printed “pages’ before.
Any ideas?
Many thanks ??
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Excluding pages in main nav & hiding the title?’ is closed to new replies.