Created
September 19, 2019 17:22
-
-
Save chronosceptor/3906aeab6d96faa3b161e48e83d1d433 to your computer and use it in GitHub Desktop.
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
| // Previous Post | |
| get_permalink(get_adjacent_post(false,'',false)); | |
| // Next Post | |
| get_permalink(get_adjacent_post(false,'',true)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment