Blog post title not appearing in browser title bar
-
Hey Gang,
I’ve had this problem for awhile now and haven’t had the know how to sort through the code and find the problem. I first noticed this when posting blog post links on facebook and through the tweetmeme button. Only the blog title would appear. My blog’s title is on every single post and page in my blog. How do I make it so it shows the the blog post title in the title bar? I’m also assuming this is where facebook and the tweetme button pulls the blog post title from?
Information:
Blog: https://www.alexxhenry.com/blog
Theme: Benevolence
Header.php code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="https://www.w3.org/1999/xhtml"> <head> <title><?php bloginfo('name'); ?></title> <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" /> <style type="text/css" media="screen"> @import url( <?php bloginfo('stylesheet_url'); ?> ); </style> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php //comments_popup_script(); // off by default ?> <?php wp_head(); ?> </head> <body> <div id="wrapper"> <div id="masthead"> <div id="ahplink"> <a title="alexx henry photography" href="https://alexxhenry.com/">alexx henry photography</a> </div> </div> <div id="insideWrapper">
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Blog post title not appearing in browser title bar’ is closed to new replies.