Twenty Eleven Adding category title in single posts
-
How do I add category headings / titles to single posts?
The problem is really that single posts are removed from the category sequence and so you can’t cycle through to adjacent posts within the same category unless the navigation is customised like this:
<?php previous_post_link('%link', 'Previous in category', TRUE); ?>
BUT it’s very confusing if someone stumbles upon a single post where the category to which it belongs is omitted.All I know is that I can’t simply get category headings in single posts by using the code found in category.php :
https://pastebin.com/4uYYc7wAI don’t know why this is the case.
Perhaps there is a more economical way.
Anyone felt the same about this?
- The topic ‘Twenty Eleven Adding category title in single posts’ is closed to new replies.