exclude pages via wp_list_pages
-
Using page exclude in navigation but the word “Pages” appears at the end of the menu and I can’t make it not. Site is metalpress.co.uk and the offending code below. Anyone know why? I can’t find any other case of this in the forums.
<div id="nav"> <ul class="nav"> <?php wp_list_pages('exclude=371,373,375,377,379,381,473' ); ?> </ul> </div>
- The topic ‘exclude pages via wp_list_pages’ is closed to new replies.