Tagged: , , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #568924

    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

    #569347

    Hey!

    Please update the theme to the latest version (3.4.7).

    Best regards,
    Josue

    #569703

    Hello,

    I went ahead and updated but the page still only says “Posts”

    Thanks,

    Hayden

    #569704

    Hi,

    Can you please hand me a WordPress administrator account / FTP access? post it here as a private reply.

    Regards,
    Josue

    #569708

    See Below.

    #569734

    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

    #569735

    Josue,

    You rock! Thank you very much for assisting with this, I greatly appreciate it.

    Best regards,

    Hayden

    #569747

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change title of Tag Archive Page’ is closed to new replies.