• Hello, I need help removing the “My Site!” title from my browser title bar. Currently the title of my blog should be “Hey Julius” as i have change it in wordpress general settings, yet still “My Site!” still appears in my browser title bar. Also I have cleared the cache of my browser and tried my blog on other browsers but still have the same problem.

    Please HELP!

    Thanks

Viewing 14 replies - 1 through 14 (of 14 total)
  • Does your theme use a header image that contains that name?

    [EDIT]
    I think I may have misunderstood.. is it in your header? Or the page title in the browser tab that it shows?

    Thread Starter juliusnkemdiche

    (@juliusnkemdiche)

    It’s the page title in the browser tab that shows “My Site!” all the time.

    what theme are you using?

    Thread Starter juliusnkemdiche

    (@juliusnkemdiche)

    The original theme, wordpress default

    Thread Starter juliusnkemdiche

    (@juliusnkemdiche)

    i was using a custom theme, but i changed back to the default theme so that i could solve the issue properly

    It must be hard coded into the custom theme if the default theme solved it.

    Check in header.php. It should look something like this:

    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

    I suspect “MySite!” may have been placed in that string somewhere.

    Good luck to you!

    Thread Starter juliusnkemdiche

    (@juliusnkemdiche)

    I’ve just checked and it still doesn’t work.

    clear your browser cache and check. If that doesnt work, provide a link to your site.

    Thread Starter juliusnkemdiche

    (@juliusnkemdiche)

    https://www.julius.co.nr

    Just cleared the cache but the problem still persists

    There is nothing wrong with your WordPress site. “My Site” is the title of the page you have it framed in.

    <html><head><!-- www.freedomain.co.nr -->
    <title>My Site!</title>
    <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <META name="resource-type" content="document">
    <META name="audience" content="all">
    <META name="distribution" content="global">
    <META name="robots" content="INDEX, FOLLOW">
    <META name="revisit-after" content="7 days">
    <META name="description" content="This site will be based on the things that I do and get up to.">
    <META name="keywords" content="julius, blog,">
    <script language="JavaScript">
    if(top.frames.length > 0)
    top.location.href=self.location;
    </script>
    </head>
    <frameset rows="100%,*" frameborder="NO" border="0" framespacing="0">
    <frame name="conr_main_frame" src="https://juliusnkemdiche.byethost8.com/">

    Help I think I have the same problem!
    My site title should read Mini Stylista but it is My Style Australia which is the original name I need it to read Mini Stylista
    Help

    https://www.ministylista.com

    Thank you kindly!

    I don’t think yours is exactly the same problem. Let’s start here: When you sign into your dashboard, and then go to Settings > General > Blog Title,

    What does it say?

    I might have a solution. I was having the same problem, and I figured out that in the settings of the “All in One SEO” plugin I installed, the title I entered THERE becomes the title in the title bar of my blog.

    Here’s my blog posting about it.

    Tomocil – I could KISS you! This is the exact answer I have been looking for. Thank you.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Can’t remove the “My Site!” title from my blog’ is closed to new replies.