Excluding Pages Quick Problem
-
Hello. I want to only include 5 pages on my navigation bar (or w.e. it’s called) at the top of my site livingmadegreen.com. I’ve read that you use something like this:
<?php wp_list_pages(‘include=1,2,3,4,5&title_li=’); ?>. If I remove ‘title_li=’ then the pages won’t be displayed the way I want them to (the way they are now, with tabs for 5 pages) but right now it’s only displaying the first page (id=1), but if I switch 1 and 2 so that it says ‘include=2,1,3,4,5’ it will still display page 1. Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Excluding Pages Quick Problem’ is closed to new replies.