Created
March 23, 2013 05:15
-
-
Save spencejs/5226551 to your computer and use it in GitHub Desktop.
List Pages
This file contains 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
<ul id="nav"> | |
<?php wp_list_pages('sort_column=menu_order&include=2,8,10,6&title_li='); ?> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment