browser tab showing page title twice
Edited to add Having looked at the source of wp_title(), it looks like it already checks to see if you’re on a page, a single post, a category or tag archive page, a search results page, a 404, etc. So a lot of the code is redundant; you might be able to use something like … Read more