Skip to content

Instantly share code, notes, and snippets.

@fjaguero
Created September 20, 2012 10:40
Show Gist options
  • Save fjaguero/3755162 to your computer and use it in GitHub Desktop.
Save fjaguero/3755162 to your computer and use it in GitHub Desktop.
Wordpress: Previos-Next Post Navigation
<div class="navigation">
<div class="alignleft">
<?php previous_post_link($format='%link', $link='< Anterior', $in_same_cat = true) ?>
</div>
<div class="alignright">
<?php next_post_link($format='%link', $link='Siguiente >', $in_same_cat = true) ?>
</div>
</div><!-- .navigation -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment