I recently upgraded to WP 2.7 and installed a new theme - Brandfordmagazine.
I'm pretty happy with it, so far, I have a problem with what shows up on the tab. Instead of the name of my site, beside the favicon, I only see >>
I don't know what I did to cause that to happen or how to fix it. If you have any suggestions on where to look for a problem, I would appreciate them.
Visit me HERE.
When you're logged in to the admin area, is "Blog Title" blank under Settings > General?
If not, then look at the header.php template file for your theme. The line starting with <title> should look basically like this:
<title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>
(the wp_title() part is what might be missing)
Thanks for your suggestion. It put me on the right track and I discovered that my theme prefaced the titles with the code that creates the >> symbol. I deleted the code and now have things like I like them! There's nothing like satisfaction!
zimmer
Member
Posted 10 months ago #
I like it! Thanks for sharing!
[sig deleted per forum rules]