Thread
:
wordpress title of post
View Single Post
01-15-2008, 05:42 PM
donborno
Confirmed User
Join Date: Jan 2007
Location: Vienna, Austria
Posts: 374
Edit the header.php of your theme, change it to something like
Code:
<title><?php if (is_home()) {bloginfo('name') ;} else { wp_title(' ');} ?></title>
donborno
View Public Profile
Find More Posts by donborno