californiastatebellcom
Forum Replies Created
-
Forum: Your WordPress
In reply to: CaliforniaStateBell.comOkay, thanks for the tips.
But regarding question 3 I already tried what you suggested, and it didn’t change the number of posts on the home page. Is there some other setting involved too?
Forum: Fixing WordPress
In reply to: Title tag same as post title on individual post pages?No problem, I found this piece of code on www.ads-software.com:
<title>
<?php wp_title(‘ ‘); ?>
<?php if(wp_title(‘ ‘, false)) { echo ‘–‘; } ?>
<?php bloginfo(‘name’); ?>
</title>It inverts the site title and page title in the title tags, putting the later first, which is much better for SEO.
See, the effect here: https://www.californiastatebell.com
So, I’m happier this way, although I’d love to remove the site title from every page except the home page, if possible. Any ideas on how to pull that off?
Cheers,
From a struggling PHP newbie.
Forum: Fixing WordPress
In reply to: Title tag same as post title on individual post pages?Okay, here’s an update: I went ahead and tried both of the pieces of code Moshu posted above, and neither worked for me. The site title is still in my title tag on the individual post pages.
See: https://californiastatebell.com
And when I removed the first part of the code:
<title><?php bloginfo(‘name’); ?>
I lost the Title Tags from my home page. I can’t find that plugin. Can anyone post the fix here?
Thanks,
CaliforniaStateBell.com
Forum: Fixing WordPress
In reply to: Title tag same as post title on individual post pages?This is an excellent thread. I have the same problem at https://www.californiastatebell.com .
I don’t want the home page title tag repeated on the individual pages. I just want the title of the individual articles appearing there, but alas I don’t think I have the programming chops to get even as far as Jonestown got.
Where can I find this “rewrite-titles plugin”?
Thanks,
Forum: Fixing WordPress
In reply to: Yahoo Hosting and ‘Error establishing a database connectionWow, thanks for the quick feedback and link to the other posts. Actually, I’ve had other problems with Yahoo too.
It’s a pain in the butt, but I think I’m gonna move the site.