Created
September 10, 2015 14:43
-
-
Save nielsenrc/ee3f135767aa36fb1e37 to your computer and use it in GitHub Desktop.
Wordpress | Next and Previous Posts 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
<?php next_posts_link('Older Posts'); ?> | |
<?php previous_posts_link('Newer Posts'); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment