Created
April 1, 2014 17:53
-
-
Save richtabor/9919384 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
<li class="port-pagination"> | |
<span class="page-previous"> | |
<?php previous_post_link('%link', __('Prev', 'bean')); ?> | |
</span><!-- END .page-previous --> | |
<span class="page-next"> | |
<?php next_post_link('%link', __(' / Next', 'bean')); ?> | |
</span><!-- END .page-next --> | |
</li><!-- END .port-pagination --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm looking for a way to limit the NEXT/PREVIOUS posts to a specific category rather than scrolling through all items but the codex commands don't seem to be working within the theme. Can you please advise?