How can i remove “Archives for“ from the category’s magzine format display?
I have displayed categories in the mag format in my website’s home page. When I click on anyone of the categories, it takes me to the page where all of the posts related to that category got displayed and i have attached the screenshot of that page.
Here i do not want to display “Archives for Hollywood News”. Will it be solved if I remove this below code snippet from “category Template”?
Code Snippet from Category Template:
<div class="archive-title">Archives for <h1><?php single_cat_title(); ?></h1></div>
Bookmarks