Tagged: enfold, share, social media
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?
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