remove Blog title from page titles
-
how do i remove the Blog title from the end of the page titles?
for instance, on this page (https://advancedairanalysis.com/), the title reads “Asbestos, Lead, Mold Cleanup Services in Maryland from Advanced Air Analysis | Advanced Air Analysis”
I want to remove “| Advanced Air Analysis” from the end of it.
The first part “Asbestos, Lead, Mold Cleanup Services in Maryland from Advanced Air Analysis” comes from the Title custom field I type in, which feeds the Platinum SEO plugin.
here’s the code from my header.php file:
<title><?php wp_title(' '); ?><?php if(wp_title(' ', false)) { ?> at <?php } ?><?php bloginfo('name'); ?></title>
please advise what i need to edit to make this happen??? thanks.
- The topic ‘remove Blog title from page titles’ is closed to new replies.