juliusnkemdiche
Member
Posted 3 months ago #
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
ClaytonJames
Member
Posted 3 months ago #
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?
juliusnkemdiche
Member
Posted 3 months ago #
It's the page title in the browser tab that shows "My Site!" all the time.
ClaytonJames
Member
Posted 3 months ago #
what theme are you using?
juliusnkemdiche
Member
Posted 3 months ago #
The original theme, wordpress default
juliusnkemdiche
Member
Posted 3 months ago #
i was using a custom theme, but i changed back to the default theme so that i could solve the issue properly
ClaytonJames
Member
Posted 3 months ago #
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() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
I suspect "MySite!" may have been placed in that string somewhere.
Good luck to you!
juliusnkemdiche
Member
Posted 3 months ago #
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.
juliusnkemdiche
Member
Posted 3 months ago #
http://www.julius.co.nr
Just cleared the cache but the problem still persists
ClaytonJames
Member
Posted 3 months ago #
There is nothing wrong with your WordPress site. "My Site" is the title of the page you have it framed in.
<html><head><!-- http://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="http://juliusnkemdiche.byethost8.com/">
ministylista
Member
Posted 3 months ago #
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
http://www.ministylista.com
Thank you kindly!
ClaytonJames
Member
Posted 3 months ago #
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?
Tomocil
Member
Posted 3 months ago #
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.
becdorsey
Member
Posted 2 months ago #
Tomocil - I could KISS you! This is the exact answer I have been looking for. Thank you.