Page Titles not Changing
-
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?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Page Titles not Changing’ is closed to new replies.