View Single Post
Old 2007-04-29, 11:00 PM   #8
walrus
Oh no, I'm sweating like Roger Ebert
 
walrus's Avatar
 
Join Date: May 2005
Location: Los Angeles
Posts: 1,773
Send a message via ICQ to walrus Send a message via Yahoo to walrus
Quote:
Originally Posted by grandmascrotum View Post
Actually, here's another question I've just thought of. Say I wanted my individual post pages only to be titled only with the post name, without the added name of my blog after it...

I feel like RawAlex helped me with this, I just need to search for it...
This should do it
Code:
<title><?php if (is_home()) {
bloginfo('name');
}else {
wp_title();
}?></title>
__________________
Naked Girlfriend Porn TGP
free partner account
walrus is offline   Reply With Quote