Title Missing from code
-
I am looking for the file with the title to my main blog page when it appears in searches such as google. I have looked in the header.php and I find this:
<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>
Is it pulling the title from somewhere else?
Thanks for your help!
-Greg
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Title Missing from code’ is closed to new replies.