How to add back "Category:", "Tag:", "Author:" in the archive title in Hestia
Hestia no longer shows the "Category:", "Tag:" and "Author:" strings by default in 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 😃.

