Forums
(@johnmajewski)
13 years, 11 months ago
I had the same problem. Fixed it by tossing this into my header.php file
<title> <?php if ( is_home() ) { echo "John Majewski - Blog"; } else { wp_title(''); } ?> </title>