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

    Currently the format for the title tag on pages other than the homepage is: Website Title | Webpage Title

    This makes the title tags for pages too long. Where would I change this so that the title for each page is just it’s own webpage title and it removes the whole website title from the first part before the bar?

    #336174

    Hey jasaunders!

    Please go to Enfold/framework/php and open function-set-avia-frontend.php file and find

    $title = get_bloginfo('name').' | ';

    and comment it out as following

    //$title = get_bloginfo('name').' | ';

    Regards,
    Yigit

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