Debt Consolidation - Find jobs - Novated lease - Travel news - Deaf Topics

PDA

View Full Version : Wordpress question


Ericsson
Nov 8th 2007, 5:40 pm
I modified my page title so the postname would show first and then the blog title. But the arrows that separate it are at the start. How can I get it to the middle?

Example: http://www.chieflikeme.com/soups/cream-of-mushroom-soup/


Thanks

fitforfreedom
Nov 8th 2007, 10:50 pm
Hi, that´s easy. I´ve written a blog post on this: Homepage titles - make it relevant (http://www.marcorichter.net/seo/relevant-homepage-titles.html)

ForgottenCreature
Nov 8th 2007, 10:55 pm
Easily fix:

Remove your current structure and replace it with this:

<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php wp_title(''); ?><?php if(wp_title(' ', false)) { echo ' | '; } ?><?php bloginfo('name'); ?></title>
<meta name="keywords" content="<?php wp_title(''); ?><?php if(wp_title(' ', false)) { echo ' | '; } ?><?php bloginfo('name'); ?>" />
<meta name="description" content="<?php wp_title(''); ?><?php if(wp_title(' ', false)) { echo ' | '; } ?><?php bloginfo('name'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->

It'll fix this error for you and will make your post your description too.

USPB
Nov 8th 2007, 11:23 pm
try using all in one seo plugin for wordpress if you are not familiar with codes