How to add back "Category:", "Tag:", "Author:" in the archive title in Hestia

In version 1.1.73 we removed the "Category:", "Tag:" and "Author:" strings that appear by default on the archive page header,

If you are using Hestia and want to add them back, just follow this doc.

What you need to do is to create a child theme using this document add this code to your child themes functions.php file :

remove_filter('get_the_archive_title','hestia_filter_archive_title');

That's all. Save all the changes and enjoy :).

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us