I want to hide the phrase “Archive for category:” in the header of pages generated by clicking on a category in a sidebar category list. I only want the category title to be displayed in the header. Any advise on how I do this would be welcome.
Thanks,
Keith
Hi KCMartin91737!
In your WordPress theme directory please go to enfold\framework\php folder and open function-set-avia-frontend.php file and search for “Archive for category”. It should be on 838th line http://i.imgur.com/mg9atjV.jpg
Simply remove Archive for category:
Regards,
Yigit
Thanks Yigit. That works perfectly.
Keith