For some reason the title of my blog and the page/post appear twice in my title bar.
Example 1 - Home page
Title bar: "Mission: Costa Rica Mission: Costa Rica - a blog from the mission field"
("Mission: Costa Rica" is the title and "a blog from the mission field" is the blog description)
Example 2 - About page
Title bar: "Mission: Costa Rica >> About. About."
I can't figure out what I need to fix in the header.php file. Here's what I have for the title tags section:
<title><?php bloginfo('name'); ?> <?php wp_title(); ?><?php if (is_single() || is_page() || is_archive()) { wp_title('',true); } else { bloginfo('name'); echo(' — '); bloginfo('description'); } ?>
</title>
If you have any suggestions, please let me know. Thanks in advance. By the way, my blog address is http://www.missiongocostarica.org. Thanks!