So… no ideas, eh?
Is it possible WP is getting the current and next posts confused? Is there a way I could check this and possibly even fix it so the links are correct?
Please help!
I have the same problem as anotherbreed. I am trying to list a category link of a post at the top of its single.php page but can’t figure out a way to exclude certain categories.
This is the code I’ve got now:
<a href="<?php echo $category_link; ?>" title="Category Name"><?php the_category(); ?></a>
Thanks for any help offered!