Nope. both of these did Not work.
here is my header. All i want is the Post title to appear on the actual Post-Page at the top right where is says medical coding and billing experts. NOT on the top browser bar, but right about where it says home, about, etc.
Thanks!
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<title><?php if (is_category() || is_author()) {wp_title(‘:’,true,’right’);bloginfo(‘name’);}
elseif(is_tag()) {_e(‘Posts tagged with ‘);wp_title(”,true);if(wp_title(”,false)) {echo ‘ : ‘;} bloginfo(‘name’);}
elseif(is_404()) {bloginfo(‘name’);_e(‘ – Page not found!’);}
elseif (is_single()) {wp_title(‘:’,true,’right’);bloginfo(‘name’);}
else {bloginfo(‘name’);}?>
</title>
<?php wp_head(); ?>