“Previous side” and “Next side” links doesn’t appear on all pages
-
Hi !
My site: https://thort.se/photoblog
My problem: “Previous side” and “Next side” links doesn’t appear on all pages.
My index.php code:
<?php posts_nav_link(' — ', __('« Previous side'), __('Next side »')); ?>
“Next page” and “Previous page” links appear here:
https://thort.se/photoblog
https://thort.se/photoblog/page/2The links doesn’t appear here:
https://thort.se/photoblog/category/grecian-windflower
https://thort.se/photoblog/2006/05/09/grecian-windflower
https://thort.se/photoblog/2006/05/09The latter pages have only one post in the category. I’ve realized, if there is more posts in the same category, the “Next page” and Previous page” links do appear and makes it possible to browse between the different posts in the category. But not to another category.
How do I get the next and previous side links appear on all my pages?
- The topic ‘“Previous side” and “Next side” links doesn’t appear on all pages’ is closed to new replies.