Skip to content

Instantly share code, notes, and snippets.

@spencejs
Created March 23, 2013 05:15
Show Gist options
  • Save spencejs/5226551 to your computer and use it in GitHub Desktop.
Save spencejs/5226551 to your computer and use it in GitHub Desktop.
List Pages
<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