Hi
i'm trying to set the page titles of my single page posts, and am using the below code
<title><?php bloginfo('name'); ?> | <?php if ( is_single() ) { ?> Blog <?php } ?> | <?php wp_title(); ?></title>
which is working, but I'd like to remove the » that is being generated somehow before the post title.
Is this possible?