• Hello everyone,
    I am working on a site and I noticed that the site title appears on every page right before the actual page title. I installed the Yoast SEO plugin to see if I could fix it, but that doesn’t work.

    Is there any way to get rid of the site title from the page title without having to delete the site title itself?

    Thanks for your kind help

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Eyah78

    (@eyah78)

    Hi!
    thanks for your answer.
    Yes, I don’t know much about code but, as far as I can see it, the following is pretty clear
    ————————–
    <head>
    <meta charset=”utf-8″>
    <!–[if ie]><meta content=’IE=8′ http-equiv=’X-UA-Compatible’/><![endif]–>

    <?php themeGenerator(‘title’) ?>

    <?php themeGenerator(‘meta’) ?>
    —————————

    The ‘meta’ part, I guess refers to the meta description, since when I try to add a new one, then I get a two descriptions.

    Do you think it’s safe to remove them, or there is the risk to break something?
    Thanks again

    this part might be responsible for the meta title:

    <?php themeGenerator('title') ?>

    as this is theme specific, try to contact the developer of your theme for support.

    alternatively, replace the line with something like:

    <title><?php wp_title(); ?></title>
    Thread Starter Eyah78

    (@eyah78)

    Hello again!
    yeah I would contact them, but they are not supporting the theme anymore. I’ll try your solution and see what happens.

    Thank you very much for now ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Site Title in all pages’ is closed to new replies.