Skip to content

Instantly share code, notes, and snippets.

@richtabor
Created April 1, 2014 17:53
Show Gist options
  • Save richtabor/9919384 to your computer and use it in GitHub Desktop.
Save richtabor/9919384 to your computer and use it in GitHub Desktop.
<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 -->
@sarahjunefox
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment