teocomi
Member
Posted 2 years ago #
Hello, this is very odd:
the blog title (the one inside <title> tags) is wrong only in the Home page, while it is displayed correctly in pages and articles.
I've already tried changing the settings, and also changing the header code to somethig static like <title>My Title</title> but it doesn't work!
What's wrong with this?
You can see it yourseves: http://softair.teocomi.com/
(the wrong title is "softaiT tutorials" with a mispelling)
Thanks,
matteo
teocomi
Member
Posted 2 years ago #
the code is the right one:
<title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>
what else could it be??
teocomi
Member
Posted 2 years ago #
finally i found out, i had to change something in the mysql:
wp_options table -> option_ip 210 (aioseop_options) -> inside that long mess of text there was the wrong value... isn't this odd???
teocomi
Member
Posted 2 years ago #
damn.. i just had to change the settings in AllInOneSEOpack :S
carmatter
Member
Posted 2 years ago #
Thanks so much! I've had the same problem and your posting has saved my sanity!