Title Tags
Hi,
At the moment, the title tag for each individual ad is in the header.php
<title><?php wp_title('|',true,'right'); ?><?php bloginfo('name'); ?></title>
I would like each ad to have as a title the wp_title but WITHOUT the blogname, is this possible?
So the index page, and category and search results would have the title from the header, but each individual ad would have just the wp_title part.