Better Title for WordPress Blogs
Written by George Manty · July 6, 2006
A few weeks back I wrote about the code that I changed on some of my blogs to make the title more Search Engine Friendly.
One of my readers, Daniel Gattermann of Cinnamon Thoughts showed me an even easier way of doing this. All you have do is use this code:
<title><?php is_home() ? bloginfo('name') : wp_title(''); ?></title>
Thanks to Daniel for the update.







You’re welcome