TulipTools Internet Business Owners and Online Sellers Community

Full Version: Blog SEO: customizing page titles and other tricks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:Customizing Wordpress Blog Page Titles

You can also easily customize Wordpress page titles, likeso:

   
Code:
<title><?php
    if ( is_home() ) echo "blog homepage title";
    if(wp_title('', false)) {
    wp_title('');
    echo 'ending content for other pages';
    }
    ?></title>

full article: http://www.seobook.com/archives/002380.shtml