Hi everyone. This is a pretty simple question, but I'm having trouble figuring out how to do this in Atahualpa. I'm using Atahualpa 353, and I simply want to display the name of the category that was searched at the top of the list of posts that come up. So if someone clicks the link on my sidebar for the "apples" category, I just want to run:
Code:
<p>Archive for <?php single_cat_title(); ?> Category</p>
and have it display "Archive for 'apples' Category" above the list of posts. I'm having trouble figuring out which file this line needs to go in. Would this type of thing go in an Atahualpa file or in the core WP category.php file? Any help would be appreciated.