Help with PHP Title Tag
-
Hello – i am new here and to WP and PHP and have a diagnostics issue. The PHP code in my template for the title in my WP site is”
<title> <?php if (is_home()) { ?> <?php bloginfo('name'); ?> - <?php bloginfo('description'); ?> <?php } else { ?> <?php wp_title($sep = ''); ?> - <?php bloginfo('name'); ?> <?php } ?> </title>I am having trouble because my site: http://www.paggsupplement.com has a home page that is showing up as ” – pAGG Supplement” with all of the child pages showing up as “[Child Page Title] – pAGG Supplement” How can i alter this PHP code so the homepage doesnt have the empty Hyphen prefex and reads “Home – pAGG Supplement”?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Help with PHP Title Tag’ is closed to new replies.