Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #303986

    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

    #304097

    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

    #304142

    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!

    #304147

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.