Tagged Questions
0
votes
1answer
181 views
How do I display a greyed out next_post_link when there is no next post
Wordpress hides the next and previous post links if there are none, but for the sake of visual consistency I'd like to serve up a greyed out version of the link when there is no next or previous post.
...
0
votes
2answers
1k views
next_posts_link and previous_posts_link problem
Below is the code from my author.php file. The problem is that next_posts_link and previous_posts_link only generate links based on the number of posts in the blog authored by the author in question, ...