Title not appearing in browser title bar, only in header
-
I have searched the internet for a solution to my issue, but have not found anything that works. My page titles appear just above the logo in the header of every page of my site. It does not appear in the title bar of the browser (all browsers).
I have installed the SEO Ultimate plug-in as it was suggested somewhere, while it allows me to modify the description and title it does nothing to help my problem. I have tried the following code and it does do anything, it is what I have in there now.
[code moderated – please use the pastebin for any code over 10 lines]
I also tried this code, that came with the theme and nothing works.
<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>
I am not sure what else to do. Can anyone help me?
- The topic ‘Title not appearing in browser title bar, only in header’ is closed to new replies.