• I recently installed the All in One SEO plugin and added my meta data and homepage title. Here is my site.

    For reasons unbeknownst to me, it is not showing up.

    It shows up when I activate other themes; however, so it must be something within the code.

    Anyone care to take a quick gander at my header.php source code and let me know what you think may be the issue? I’d very much appreciate it. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • What do you mean by homepage title? In the General Settings tab, you can change your “Site Title”. Is that what you’re referring to?

    Thread Starter hardgain

    (@hardgain)

    What you put between the <TITLE> tags after the <BODY> section of your code.

    The <TITLE> tags are used within the <HEAD> tags, not the <BODY>. To change the <TITLE> you would go to the General Settings tab and change the “Site Title”.

    Thread Starter hardgain

    (@hardgain)

    that’s what i meant. and no that doesn’t change anything, just the name of the title of my site within the wordpress platform.

    aIf that isn’t changing anything, you can manually change this. Go into Appearance > Editor. Then in the right hand column look for a “header.php” file. Click on that file. Then search for the <TITLE> tag. Replace what’s inbetween the tags with what you want to name your blog.

    Also, if you want the Settings to change it, replace what’s inside the tag with this..
    <?php bloginfo(‘name’); ?> .

    So it should look like this
    <title><?php bloginfo('name'); ?></title>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Homepage Title not displaying on my theme’ is closed to new replies.