wp 'dynamic' title
-
I am having an issue with the below:
<title><?php if (is_single() || is_page()) { wp_title('',true); } else { bloginfo('description'); } ?> — <?php bloginfo('name');?></title>
It works perfectly for Pages and Posts, however the home page only shows:
— <?php bloginfo('name');?>
Instead of the intended:
<?php bloginfo('description'); ?> — <?php bloginfo('name'); ?>
Any ideas???
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘wp 'dynamic' title’ is closed to new replies.