<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: Using h1 tags to display site info in the top browser bar?</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: Using h1 tags to display site info in the top browser bar?</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 00:26:20 +0000</pubDate>

<item>
<title>craiger on "Using h1 tags to display site info in the top browser bar?"</title>
<link>http://wordpress.org/support/topic/244071#post-1020366</link>
<pubDate>Thu, 19 Mar 2009 15:49:32 +0000</pubDate>
<dc:creator>craiger</dc:creator>
<guid isPermaLink="false">1020366@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Nitch,&#60;/p&#62;
&#60;p&#62;Check your theme's header.php file for a line of code similar to this:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#38;lt;title&#38;gt;&#38;lt;?php wp_title(''); ?&#38;gt;&#38;lt;?php if(wp_title('', false)) { echo ' :'; } ?&#38;gt; &#38;lt;?php bloginfo('name'); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;Add this:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#38;lt;?php bloginfo('description'); ?&#38;gt;
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Example:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#38;lt;title&#38;gt;&#38;lt;?php wp_title(''); ?&#38;gt;&#38;lt;?php if(wp_title('', false)) { echo ' :'; } ?&#38;gt; &#38;lt;?php bloginfo('name'); ?&#38;gt; : &#38;lt;?php bloginfo('description'); ?&#38;gt;&#60;br /&#62;
&#38;lt;/title&#38;gt;&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Make sure you have entered your Tagline on the Settings &#38;gt; General Settings page.&#60;/p&#62;
&#60;p&#62;If you are using the seo-title-tag, it will override what ever you have in the Blog Title field from the General Settings page, but it does not display the tagline.
&#60;/p&#62;</description>
</item>
<item>
<title>nitch on "Using h1 tags to display site info in the top browser bar?"</title>
<link>http://wordpress.org/support/topic/244071#post-987130</link>
<pubDate>Sun, 15 Feb 2009 20:14:18 +0000</pubDate>
<dc:creator>nitch</dc:creator>
<guid isPermaLink="false">987130@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks samboll- I've installed it and set it up.  &#60;/p&#62;
&#60;p&#62;Should it be displaying when I visit my homepage immediately or do I have to wait?
&#60;/p&#62;</description>
</item>
<item>
<title>samboll on "Using h1 tags to display site info in the top browser bar?"</title>
<link>http://wordpress.org/support/topic/244071#post-987082</link>
<pubDate>Sun, 15 Feb 2009 19:33:02 +0000</pubDate>
<dc:creator>samboll</dc:creator>
<guid isPermaLink="false">987082@http://wordpress.org/support/</guid>
<description>&#60;p&#62;well...sorry we both jumped to the same thinking&#60;/p&#62;
&#60;p&#62;all you need is a plugin and you can do that - customize title bar - on any page or post - including home&#60;br /&#62;
&#60;a href=&#34;http://www.netconcepts.com/seo-title-tag-plugin/&#34; rel=&#34;nofollow&#34;&#62;http://www.netconcepts.com/seo-title-tag-plugin/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>nitch on "Using h1 tags to display site info in the top browser bar?"</title>
<link>http://wordpress.org/support/topic/244071#post-987060</link>
<pubDate>Sun, 15 Feb 2009 19:07:56 +0000</pubDate>
<dc:creator>nitch</dc:creator>
<guid isPermaLink="false">987060@http://wordpress.org/support/</guid>
<description>&#60;p&#62;this is my header. I'm not looking to edit the header.  I clearly don't know how to describe what I want to do.&#60;/p&#62;
&#60;p&#62;I want to edit the COPY in the top line of the BROWSER!  not the position of my header copy.  Can someone help??&#60;/p&#62;
&#60;p&#62;Again, the above code does not affect what I'm looking to change.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
</item>
<item>
<title>t31os on "Using h1 tags to display site info in the top browser bar?"</title>
<link>http://wordpress.org/support/topic/244071#post-987015</link>
<pubDate>Sun, 15 Feb 2009 18:03:47 +0000</pubDate>
<dc:creator>t31os</dc:creator>
<guid isPermaLink="false">987015@http://wordpress.org/support/</guid>
<description>&#60;p&#62;You can't add HTML elements into the TITLE line...
&#60;/p&#62;</description>
</item>
<item>
<title>t31os on "Using h1 tags to display site info in the top browser bar?"</title>
<link>http://wordpress.org/support/topic/244071#post-987014</link>
<pubDate>Sun, 15 Feb 2009 18:02:55 +0000</pubDate>
<dc:creator>t31os</dc:creator>
<guid isPermaLink="false">987014@http://wordpress.org/support/</guid>
<description>&#60;p&#62;The bit posted above is from your style.css, you just need to edit this line....&#60;/p&#62;
&#60;p&#62;&#60;code&#62;float: right;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;changing it to...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;float: left;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So open that file and find...&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#logo h2 {
	float: right;
	padding: 98px 0 0 0;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then edit..&#60;/p&#62;
&#60;p&#62;&#60;code&#62;float: right;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;changing it to...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;float: left;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Make sense?
&#60;/p&#62;</description>
</item>
<item>
<title>nitch on "Using h1 tags to display site info in the top browser bar?"</title>
<link>http://wordpress.org/support/topic/244071#post-987011</link>
<pubDate>Sun, 15 Feb 2009 18:02:28 +0000</pubDate>
<dc:creator>nitch</dc:creator>
<guid isPermaLink="false">987011@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I actually checked and this is the code for the header.  I'm not looking to add h1 tags to the site, but rather to the browser.&#60;br /&#62;
I want to have this information in the title bar of the browser - the line that on this page says &#34;Wordpress &#38;gt; Support &#38;gt; Using h1 tags to display site info in the top browser bar?&#34;&#60;/p&#62;
&#60;p&#62;Could you please assist
&#60;/p&#62;</description>
</item>
<item>
<title>nitch on "Using h1 tags to display site info in the top browser bar?"</title>
<link>http://wordpress.org/support/topic/244071#post-987006</link>
<pubDate>Sun, 15 Feb 2009 17:58:52 +0000</pubDate>
<dc:creator>nitch</dc:creator>
<guid isPermaLink="false">987006@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks - but where do I place the copy into this code?  I'm trying to place my tagline.
&#60;/p&#62;</description>
</item>
<item>
<title>t31os on "Using h1 tags to display site info in the top browser bar?"</title>
<link>http://wordpress.org/support/topic/244071#post-986983</link>
<pubDate>Sun, 15 Feb 2009 17:40:23 +0000</pubDate>
<dc:creator>t31os</dc:creator>
<guid isPermaLink="false">986983@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Adjust the line samboll posted above, just change the float to left..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#logo h2 {
	float: left;
	padding: 98px 0 0 0;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Will float the tagline up next to the logo/title...
&#60;/p&#62;</description>
</item>
<item>
<title>samboll on "Using h1 tags to display site info in the top browser bar?"</title>
<link>http://wordpress.org/support/topic/244071#post-986965</link>
<pubDate>Sun, 15 Feb 2009 17:20:49 +0000</pubDate>
<dc:creator>samboll</dc:creator>
<guid isPermaLink="false">986965@http://wordpress.org/support/</guid>
<description>&#60;p&#62;themes do it differently, but...&#60;br /&#62;
look in your theme's &#60;code&#62;style.css&#60;/code&#62; for the appropriate spot - likely this is where it is controlled&#60;/p&#62;
&#60;p&#62;look for something like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#logo h2 {
	float: right;
	padding: 98px 0 0 0;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;play with font size&#60;br /&#62;
make backups 1st!
&#60;/p&#62;</description>
</item>
<item>
<title>nitch on "Using h1 tags to display site info in the top browser bar?"</title>
<link>http://wordpress.org/support/topic/244071#post-986930</link>
<pubDate>Sun, 15 Feb 2009 16:52:17 +0000</pubDate>
<dc:creator>nitch</dc:creator>
<guid isPermaLink="false">986930@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I want to display my tagline next to my site title in the browser window.  I know I need to use h1 tags to do this but have no idea how/where?&#60;/p&#62;
&#60;p&#62;Could someone provide me the code and let me know if I place this in the header, stylesheet, or somewhere else?&#60;/p&#62;
&#60;p&#62;I'm running 2.7 @ nitch.ca with the Decimus theme&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
