Is there a way to remove the "Archives for:" on a portfolio category page in Eunioa?
thanks...jay
Is there a way to remove the "Archives for:" on a portfolio category page in Eunioa?
thanks...jay
Hi jay,
Kindly open wp-content/themes/eunoia/framework/php/function-set-avia-frontend.php and find this code (line 796):
$output = __('Archive for category: ','avia_framework').single_cat_title('',false);
Just replace the text: Archive for category:
Hope this helps.
Regards,
Ismael
You must log in to post.