The page titles for posts and pages will not change to what I have them set to. In my header I have <title><?php bloginfo('name'); ?> ยป <?php wp_title(); ?></title>
but it comes out as if it were set to <title><?php wp_title(); ?> | <?php bloginfo('name'); ?></title> in the HTML. What do I need to change?