Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hristo Pandjarov

    (@hristo-sg)

    SiteGround Representative

    The problem is that there is hardcoded information for the titles of the theme you’re using.

    1. Open the header.php file of your theme.
    2. Search for the title tag.
    3. Remove the hardcoded info (blog description, etc.) and leave it like this:

    <title><?php wp_title( '|', true, 'right' ); ?></title>

    This will fix the problem. Right now I am working on warnings for incorrectly used tags in the user’s theme and should be live really soon.

    Thread Starter divinemagazine

    (@queertownabbey)

    Thank you for your quick respons.
    The titles are now working great.

    Thanks for your help!

    Plugin Author Hristo Pandjarov

    (@hristo-sg)

    SiteGround Representative

    I’m glad I’ve managed to help you and that you’re using the plugin!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Double site title’ is closed to new replies.