Sat, 2014-04-26 17:50
I have created a category where I place a number of sub-categories and in there a number of posts.
In those sub-categories that have several posts, once I click on a title to read the whole post I get this odd effect where other previous/next posts show on the top:
<a href="http://tinyurl.com/o3g6h6q" rel="nofollow">http://tinyurl.com/o3g6h6q</a>
This does not happen when I click on posts in a category that has only one post.
Sat, 2014-04-26 18:50
#1
problem solved, I commented
problem solved, I commented out the following code in the single.php file
<?php } /* <div class="post-nav clearfix"> <span class="prev-span"><?php previous_post_link('%link', '<span class="next">%title</span>', TRUE); ?></span> <span class="next-span"><?php next_post_link('%link', '<span class="previous">%title</span>', TRUE); ?> </span> </div> */?>[]/code]
Sun, 2014-04-27 02:59
#2
Well, that was easy
cheers,
gary