I'm creating a series of templates for a music client. Idea is at the end of the post, they should see a link like this:
RETURN TO OFFICIAL NEWS-->
Not Return to Previous Page but the actual name of the category. So I duplicated single.php into single-official-news (also tried the number of the category as well) and used the following HTML code:
<a href="http://www.bigpearlandthefugitivesoffunk.com/category/official-news/" title="Return to Offical News">RETURN TO OFFICIAL NEWS--></a>
But it's not showing up in the post. How can I make it appear? Am I using the right template file?