Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Where is the avia_set_title_tag(); function located? #220797

    I’m using XAMPP test server so I am not able to send you a link.
    I found another thread in the forum that suggested to use the “Yoast WordPress SEO” plugin and that did the trick.

    Thanks guys.

    in reply to: Where is the avia_set_title_tag(); function located? #220769

    Thank you so much Devin, I got it working. Now I have a double space instead of triple space after the pipe “|”.
    I changed $title = get_bloginfo('name').' | '; to $title = get_bloginfo('name').' |'; to get rid of one of the spaces after the pipe “|”.
    But I think the ‘description’ is adding the unwanted double space. How would I go about removing these spaces?

Viewing 2 posts - 1 through 2 (of 2 total)