<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to properly hide the title of your blog?</title>
	<atom:link href="http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html/feed" rel="self" type="application/rss+xml" />
	<link>http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html</link>
	<description>One-Stop location for latest news on wordpress themes</description>
	<lastBuildDate>Fri, 17 Feb 2012 20:22:05 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Erick</title>
		<link>http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html/comment-page-12#comment-167356</link>
		<dc:creator>Erick</dc:creator>
		<pubDate>Wed, 02 Mar 2011 01:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html#comment-167356</guid>
		<description>Seems like many people are having issues with this CSS trick, since it will just work in Home Page.  Reading at all comments, I concluded that if you add this line to your css:

#site-title { text-indent:-9999px; }

It will hide the title text (not images) for every page, not just Home page. 

Thanks to Tory and Joe for their comments, which made me solve the problem.  Also thanks to Bala for his post.</description>
		<content:encoded><![CDATA[<p>Seems like many people are having issues with this CSS trick, since it will just work in Home Page.  Reading at all comments, I concluded that if you add this line to your css:</p>
<p>#site-title { text-indent:-9999px; }</p>
<p>It will hide the title text (not images) for every page, not just Home page. </p>
<p>Thanks to Tory and Joe for their comments, which made me solve the problem.  Also thanks to Bala for his post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erick</title>
		<link>http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html/comment-page-12#comment-167355</link>
		<dc:creator>Erick</dc:creator>
		<pubDate>Wed, 02 Mar 2011 01:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html#comment-167355</guid>
		<description>Tory that worked really great for my site.  Thanks for the info.</description>
		<content:encoded><![CDATA[<p>Tory that worked really great for my site.  Thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html/comment-page-12#comment-167308</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Wed, 16 Feb 2011 18:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html#comment-167308</guid>
		<description>The CSS code provided works to remove the site title on my static home page but not any of the other pages. How do I remove the site title from the additional pages? I am using 2010 1.1 theme.</description>
		<content:encoded><![CDATA[<p>The CSS code provided works to remove the site title on my static home page but not any of the other pages. How do I remove the site title from the additional pages? I am using 2010 1.1 theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tory</title>
		<link>http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html/comment-page-12#comment-165295</link>
		<dc:creator>Tory</dc:creator>
		<pubDate>Sun, 16 Jan 2011 20:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html#comment-165295</guid>
		<description>Agree with Chris. I didn&#039;t want the entire header to disappear since I added a JPEG with Text Titles. So, I added text-indent:-9999px to two header entries. This removed the default site title and tagline.

See www.pretrial.com
(or www.pretrial.com/wordpress)

#header h1 {
	margin: 0 0 0 90px;
	font-family: Tahoma, Geneva, sans-serif; font-size: 30px;
	text-indent:-9999px
}
#header p {
	margin: 0 0 0 150px;
	font-family: Tahoma, Geneva, sans-serif; font-size: 14px;
	color: #000;
	text-indent:-9999px</description>
		<content:encoded><![CDATA[<p>Agree with Chris. I didn&#8217;t want the entire header to disappear since I added a JPEG with Text Titles. So, I added text-indent:-9999px to two header entries. This removed the default site title and tagline.</p>
<p>See <a href="http://www.pretrial.com" rel="nofollow">http://www.pretrial.com</a><br />
(or <a href="http://www.pretrial.com/wordpress" rel="nofollow">http://www.pretrial.com/wordpress</a>)</p>
<p>#header h1 {<br />
	margin: 0 0 0 90px;<br />
	font-family: Tahoma, Geneva, sans-serif; font-size: 30px;<br />
	text-indent:-9999px<br />
}<br />
#header p {<br />
	margin: 0 0 0 150px;<br />
	font-family: Tahoma, Geneva, sans-serif; font-size: 14px;<br />
	color: #000;<br />
	text-indent:-9999px</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html/comment-page-12#comment-165267</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 16 Jan 2011 10:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html#comment-165267</guid>
		<description>Hi all,

Actually, to be a stickler about it, if you&#039;re using CSS style definitions, you&#039;re much better off using:

{text-indent:-9999px} instead of the {dispaly:none} attribute.

Text-indent keeps the text (good for browser title and SEO, etc.) but shoots it so far off the page that you can&#039;t see it.

The reason why you would want to use this method is because you may like to set the background image of the  tag to something (maybe an image of the header in a fancy font) and if you use display:none you won&#039;t be able to see it!</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>Actually, to be a stickler about it, if you&#8217;re using CSS style definitions, you&#8217;re much better off using:</p>
<p>{text-indent:-9999px} instead of the {dispaly:none} attribute.</p>
<p>Text-indent keeps the text (good for browser title and SEO, etc.) but shoots it so far off the page that you can&#8217;t see it.</p>
<p>The reason why you would want to use this method is because you may like to set the background image of the  tag to something (maybe an image of the header in a fancy font) and if you use display:none you won&#8217;t be able to see it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troquelados</title>
		<link>http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html/comment-page-11#comment-165080</link>
		<dc:creator>Troquelados</dc:creator>
		<pubDate>Thu, 13 Jan 2011 14:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html#comment-165080</guid>
		<description>Geat tips and post! Thanks</description>
		<content:encoded><![CDATA[<p>Geat tips and post! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html/comment-page-11#comment-162316</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 08 Dec 2010 11:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html#comment-162316</guid>
		<description>Excellent tip.. just having difficulty with the style.css file. I do not have that file. So I created one and inserted the code but it has not work.
What should I do? I would appreciate any tips.</description>
		<content:encoded><![CDATA[<p>Excellent tip.. just having difficulty with the style.css file. I do not have that file. So I created one and inserted the code but it has not work.<br />
What should I do? I would appreciate any tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html/comment-page-11#comment-162117</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 06 Dec 2010 08:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html#comment-162117</guid>
		<description>Great tip and works a treat... but only on the front page of the site.  Other pages still have the title displayed.  I&#039;m a complete beginner (3rd day playing with WP) so would appreciate any help, particularly of the most basic kind

Thanks</description>
		<content:encoded><![CDATA[<p>Great tip and works a treat&#8230; but only on the front page of the site.  Other pages still have the title displayed.  I&#8217;m a complete beginner (3rd day playing with WP) so would appreciate any help, particularly of the most basic kind</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony White</title>
		<link>http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html/comment-page-11#comment-161425</link>
		<dc:creator>Tony White</dc:creator>
		<pubDate>Sat, 27 Nov 2010 08:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html#comment-161425</guid>
		<description>Approach #3 did it trick, thanks sooooo much:] Such an obvious fix, I just didn&#039;t know which word to replace &quot;display: block;&quot; with.

Thanks again:]</description>
		<content:encoded><![CDATA[<p>Approach #3 did it trick, thanks sooooo much:] Such an obvious fix, I just didn&#8217;t know which word to replace &#8220;display: block;&#8221; with.</p>
<p>Thanks again:]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html/comment-page-11#comment-161299</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 25 Nov 2010 21:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html#comment-161299</guid>
		<description>The forum is hiding the style tag on me...

You need to put the CSS declarations inside a style tag.  I&#039;m too lazy to figure out how to make the greater than and less than symbols show up.</description>
		<content:encoded><![CDATA[<p>The forum is hiding the style tag on me&#8230;</p>
<p>You need to put the CSS declarations inside a style tag.  I&#8217;m too lazy to figure out how to make the greater than and less than symbols show up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

