I noticed on other support forums that some users’ Archive page displays a title “Tag Archive for: Tag Name” and I was wondering if this was removed, or why I do not have this? If you visit my Archive page, it simply says “Posts” and I would prefer it said the Tag title.
http://www.summermatters.net/tag/summer-school/
Any advice is greatly appreciated.
Thank you,
Hayden
Hello,
I went ahead and updated but the page still only says “Posts”
Thanks,
Hayden
Hi,
Can you please hand me a WordPress administrator account / FTP access? post it here as a private reply.
Regards,
Josue
See Below.
Ok, check it now, here’s the code i used:
function enfold_tag_title_func() {
$queried_object = get_queried_object();
return $queried_object->name;
}
add_filter('avf_tag_label_names', 'enfold_tag_title_func');
Cheers!
Josue
Josue,
You rock! Thank you very much for assisting with this, I greatly appreciate it.
Best regards,
Hayden
You are welcome, glad to help :)
Regards,
Josue