Hi,
I had a good look through the support forum for this topic but was unable to find anything that was totally applicable. When viewing the link provided, I would like the title to read: “Special Ops” instead of “Archive for: Special Ops”
This change would need to be consistent across all portfolio categories. i.e. (special ops, enforcement, sar, commercial, etc)
Thanks in advance for your help.
Cheers, Mike
Hi Mike!
Try changing that in /framework/php/function-set-avia-frontend.php, line 905:
$output = __('Archive for:','avia_framework')." ".$term->name;
Best regards,
Josue
Great thanks – I just removed a couple a terms so it looks like this:
$output = __(”).” “.$term->name;
seems to work! Thanks for pointing me in the right direction!
You are welcome, always glad to help :)
Regards,
Josue