Excluding pages from navigation menu
-
Hi Folks,
I’m just wondering what is the recommended way of getting certain links such as “Privacy Policy” and “Contact Us” to display in the footer instead of the main navigation menu in header or sidebar?
I’ve come across this code in the codex which shows how to exlude specific nav links from showing. –
<ul> <?php wp_list_pages('exclude=17,38' ); ?> </ul>
Would I just use this and then hand code the excluded links in the footer.php?
Hope someone can advise if I’m on the right track.
Many thanks,
Myles
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Excluding pages from navigation menu’ is closed to new replies.