Post Title Blog Title
-
For some reason, my post tile doesn’t appear in the title bar (see pic).
I have tried placing code in header, but no louck (code below).
<title><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo('name'); } elseif (is_single() ) { single_post_title(); } elseif (is_page() ) { bloginfo('name'); echo ': '; single_post_title(); } else { wp_title('',true); } ?></title>
Any suggestions?
-Scott
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Post Title Blog Title’ is closed to new replies.