Tagged Questions
0
votes
0answers
25 views
previous_post_link() : Within all categories except one
According to this tutorial if I want to display link to previous post in the same category, I can use the following code:
<?php previous_post_link('%link', 'Previous in category', TRUE, '13'); ...
0
votes
2answers
141 views
Ambrosite Next/Previous Post Link Plus or WP next_post_link to cycle through top level category
I have installed Ambrosite Next/Previous Post Link Plus and I'm not sure how to configure it to achieve what I'm looking for.
I have a post category like below:
Parent category -> Sub category -> ...
0
votes
1answer
90 views
navigation among single posts
In the twentyeleven theme each single post page has two navigation links which point to previous and next post, irrespective of the search made by the user. That is, the next post is the successive ...