Skip to content

Instantly share code, notes, and snippets.

@sproutventure
Created August 22, 2009 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sproutventure/172616 to your computer and use it in GitHub Desktop.
Save sproutventure/172616 to your computer and use it in GitHub Desktop.
<ul id="pagenav">
<li class="<?php if ( is_home() ) { echo 'current_page_item'; } ?>"><a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>">Home</a></li>
<?php wp_list_pages('sort_column=menu_order&title_li=&exclude=1'); ?>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment