Hi,
When I click on a tag, to look at the A archive for that specific tag it shows some text (‘Berichten’ which is a translation of Posts) below the header but above the posts.I would like to remove that line of text.
And where can i change the line:’Tag archive for’
Arjan
Hi,
Open /framework/php/function-set-avia-frontend.php and look for line 891:
$output = __('Tag Archive for:','avia_framework')." ".single_tag_title('',false);
Regards,
Josue