How do I remove “Archive for category:” text that appears before each blog category title?
"Archive for category:"
4 posts from 3 voices-
Posted 5 months ago #
-
Open up replete\framework\php\function-set-avia-frontend.php and search for following function:
function avia_which_archive()Delete all occurences of
__('Archive for XXX: ','avia_framework').- eg following code line:
$output = __('Archive for category: ','avia_framework').single_cat_title('',false);changes to:
$output = single_cat_title('',false);Posted 5 months ago # -
Awesome, thank you!
Posted 5 months ago # -
Hey,
Good thing Dude helped. :)
Regards,
IsmaelPosted 5 months ago #
Topic Closed
This topic has been closed to new replies.














