Part of title duplicating but not sure how to remove from code – help?
You’re on a page and if we read through the list of conditionals it should hit this one specifically: elseif( ! ( is_404() ) && ( is_single() ) || ( is_page() ) ) { wp_title( ” ); echo ‘ – ‘; } It will also hit the below conditional in the next set: else { … Read more