What is wrong with my dynamic title tag?
-
Hi, I’m trying to use the following php for my title:
<title><?php if (is_front_page()) { echo 'Captain Penguin Web Design — McMinnville, Oregon'; } else { wp_title('',true); } ?> — <?php bloginfo('name'); ?></title>
But my home page title is “Captain Penguin Web Design – McMinnville, Oregon — Captain Penguin Web Design”, which is way too long and I want to knock off that last “Captain Penguin Web Design”. Here’s the link: https://captainpenguin.com.Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘What is wrong with my dynamic title tag?’ is closed to new replies.