I want to remove “archive for category:” in the breadcrumbs so it just says the category. I also want to change the tab name for this page. It says the category then “archives” in the tab.
Thanks
Hi fxtradersclassroom!
You can find that on line 903 in the /enfold/framework/php/function-set-avia-frontend.php file.
$output = __('Archive for category:','avia_framework')." ".single_cat_title('',false);
Regards,
Elliott