Skip to content

Instantly share code, notes, and snippets.

@lelandsmith
Created September 1, 2016 20:37
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 lelandsmith/7403821366fa129fb96310eb8e6d05db to your computer and use it in GitHub Desktop.
Save lelandsmith/7403821366fa129fb96310eb8e6d05db to your computer and use it in GitHub Desktop.
Next Previous Post Links
<div class="row">
<div class="col-md-12">
<span class="pull-right">
<?php next_post_link(); ?>
</span>
<span class="pull-left">
<?php previous_post_link(); ?>
</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment