Configure your websites titles and articles.
Posted by Xaus Xavier Nadal 28th on August 2011
Good,
Today I woke up thinking I should change the title of the blog sites so when you open an article, which appears not title of the blog "article title, but only appears title of the article we're seeing, I hope this improves positioning and speed up the server load a few thousandths of a second.
For example if we open the Article http://www.megacrack.es/2011/08/10/solucin-a-lentitud-al-abrir-excel-remotamente/ not appear in the title: Finally the help of IT is here »Solution to Slow to open Excel remotely but only Solution to Slow to open Excel remotely.
After a little quarrel with the php file header.php I did it and here I leave if you are interested.
<title>
<? Php
if(Is_home ())
{
threw out'Finally the help of IT is here';
}
else
{
wp_title (");
}
?>
</ Title>
Or to be more effective all in one line.
<title><? Php if(Is_home ()) {echo'Finally the help of IT is here ';}else{Wp_title (");}></ Title>
If you have any questions please post a comment.
See you soon.
tags: delete quotes in title in wordpress, remove quotes in wordpress, Improve SEO, SEO improvement, change wordpress title, modify title in wordpress, remove >> the title, Remove quotes the title of the blog, remove ", titles in wordpress, Wordpress
Posted by PHP, Programming | No Comments »