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 "
php
if (is_home ())
(
echo '
bloginfo ( 'name');
echo '-';
bloginfo ( 'description');
echo ' title>';
)
else
(
echo '
wp_title ( ");
echo '-';
bloginfo ( 'name');
echo '-';
bloginfo ( 'description');
echo ' title>';
)
?>
No comments:
Post a Comment