Hi,
Right now the title of my index page of my blogs says "Welcome to Kushal Koolwal's blogs". I want to change it to something else. How can I do that?
Do I have to edit the theme files manually to put the title that I want?
Hi,
Right now the title of my index page of my blogs says "Welcome to Kushal Koolwal's blogs". I want to change it to something else. How can I do that?
Do I have to edit the theme files manually to put the title that I want?
hey debian rock on man, i have been using debian for the past 2 years and i have it on all of my computers on my macs too :)
no to your question, the title is controlled in setting under "Blog Title"
so what it is that wp takes your "Blog Title" and puts it as your title here is an example code
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
this was taken from the theme header.php page
now instead of this you can put lets say
<title>DEBIAN ROCKS <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
play around with that and see what works best
Thanks. I tried the things that you suggested but no luck.
I changed "<?php bloginfo('name'); ?>" - No Luck
I changed <?php wp_title(); ?>" - No Luck.
Any ideas?
what do you mean no luck, the title is still loaded the same?
if yes than you should go through your themes files, like page.php, single.php, and theloop.php, or such and see what they have under the <title> tag
what theme are you using?
I am using Kubrick theme - WordPress default.
Err.. go into Site Admin -> Settings (General) -> change the Blog Title at the top of the page and save changes. Pretty simple.
Actually that only changes the title on the image. I would like to change the title which appears on your firefox or IE Window on the top left corner of the browser screen. Essentially what appears in <head> </head> section of a web page.
Ahh... if you happen to have the All in One SEO pack installed, which it looks like you do, go into the All in one SEO settings and change the Home Title or delete whatever is there so that it uses the default blog title that's defined in General Settings. That way you only have to change it in one place.
Thank you MarkRH. You are awesome. It was indeed the All in One SEO package. Thanks man!!!!!
This topic has been closed to new replies.