Need show only certain pages on menu
-
I’ve set up my site. It’s NOT a blog. I only have pages – which is the way I want it. However, I need to eliminate all but a handful of the pages in the menu. I don’t need 200+ tabs across the top of my page. I only want certain pages in those navigation tabs.
I’ve read the codex and found this coding:
<?php wp_list_pages('exclude=7,13,26,35' ); ?>
If I’m understanding correctly, that will show just pages I want. However, I have no idea where to put this code. Please help.
— I did try using the “private” setting, but that hides the page itself from my readers.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Need show only certain pages on menu’ is closed to new replies.