RyanL
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page Title Problemmtalbert yeah that’s exactly what I’m finding to be true with WP 2.7.1
The home page seems to be subject to different rules than the rest of the pages as far as the title is concerned.Hopefully someone will know the answer and can help us out 🙂
[moderated–bump removed. Please refrain from bumping as per Forum Rules]
Forum: Fixing WordPress
In reply to: I cannotfor the life of me (title tag)In your wp-admin, check under Settings / General
It’s probably the Blog Title that’s listed there as randinicole stated 🙂Forum: Fixing WordPress
In reply to: Blank Home, Blank AdminDid you recently make any changes to your blog?
Upgrade? A new plugin? Move hosts?Forum: Fixing WordPress
In reply to: Page Title Problemmtalbert do you have an plugins running that may be controlling your page title?
In my case I’m not running any plugins at all. And again prior to upgrading the code I was using was working fine.
<title><?php wp_title(”,true,’right’); ?></title>
What it did was display the page title in the title tag of each page without listing the blog name. I only want the page title to display.
Now with the above code since upgrading my home page has no title but my other pages do.Forum: Fixing WordPress
In reply to: Page Title ProblemOne thing I forgot to note. My site is built using only pages. My home page is set via settings / reading and then selecting one of my pages from the dropdown menu to be my home page.
[moderated–bump removed. Please refrain from bumping as per Forum Rules]