Created
November 11, 2013 21:35
-
-
Save nickberens360/7420824 to your computer and use it in GitHub Desktop.
Exclude multiple pages from wp_list_pages.
found here: http://www.sugata.eu/2007/12/11/how-to-hide-or-exclude-a-page-from-the-wordpress-main-menu/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php wp_list_pages('exclude=98,92,94,96&title_li='); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment