Skip to content

Instantly share code, notes, and snippets.

@mustardamus
Created November 19, 2009 16:49
Show Gist options
  • Save mustardamus/238886 to your computer and use it in GitHub Desktop.
Save mustardamus/238886 to your computer and use it in GitHub Desktop.
<div class="navigation">
<?php if(function_exists("wp_pagenavi")) : ?>
<?php wp_pagenavi(); ?>
<?php else : ?>
<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
<?php endif; ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment