Create Variations Title in WordPress Blog
>> Saturday, August 15, 2009
In the title bar (title bar) browser, the blog title is displayed in front of the title of the article while in the background. We can exchange the position. The goal is what? So that the title of the article appears in the search engines so that people easily find the article.
This trick can only be used by bloggers who have their own web host, not use wordpress.com. The first step, of course, login to your blog. After that, open the file header.php in the template that is used. Search code "
';
bloginfo ( 'name');
echo '-';
bloginfo ( 'description');
echo '';
)
?>
0 Comment:
Post a Comment