Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #403045

    I enabled the Social Media Sharing on the home page by adding: `add_filter(‘avf_template_builder_content’, ‘avia_add_social_toolbar_template_builder’, 10, 1);
    function avia_add_social_toolbar_template_builder($content = “”)
    {
    $content .= avia_social_share_links(array(), false);
    $content .= ”;
    return $content;
    }` as described in the FAQ. However, the homepage is saying “Title – This is just another wordpress site.” on the homepage when I try to share. The title is changed in both settings and wordpress SEO to remove “This is just another wordpress site” but it continues to pull that line from somewhere. How can I get it to display the correct title?

    #403611

    Hi nofx1728!

    It’s displaying the correct title for me. It was probably just a caching issue. Try clearing your cache and try again.

    Cheers!
    Elliott

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