Tagged Questions
0
votes
2answers
152 views
Using previous_post_link and next_post_link to wrap around post sequence
For a single custom post type, I'm using previous_post_link and next_post_link with simple arrows. (Although text arrows are shown here, in the actual I'm using graphics with the text hidden via CSS.) ...
-1
votes
1answer
39 views
Please help with display Post Navigation [closed]
I want to display this 2 navigation one to the right and one to the left.
Previous, the left.
Next, the right.
<div class="navigation">
<?php $mam_global_stay_in_cat = ...
1
vote
2answers
2k views
How to show link to next posts in single.php
I can't get get_next_posts_link to work. shouldn't his code work?
<?php echo get_next_posts_link(); ?>
Well, I am trying to get next 5 posts, any idea how?
EDIT:
Accroding to:
<?php ...