Created
September 1, 2016 20:37
-
-
Save lelandsmith/7403821366fa129fb96310eb8e6d05db to your computer and use it in GitHub Desktop.
Next Previous Post Links
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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