<?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"
	>
<channel>
	<title>Comments on: How2: Remove the Title From A WordPress Page</title>
	<atom:link href="http://www.tystips.com/archives/64/how2-remove-the-title-from-a-wordpress-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tystips.com/archives/64/how2-remove-the-title-from-a-wordpress-page/</link>
	<description>Tech Tips, Tricks, and Tutorials</description>
	<pubDate>Sun, 05 Feb 2012 18:56:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Elektraman</title>
		<link>http://www.tystips.com/archives/64/how2-remove-the-title-from-a-wordpress-page/#comment-727</link>
		<dc:creator>Elektraman</dc:creator>
		<pubDate>Mon, 11 Jul 2011 13:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tystips.com/archives/64/how2-remove-the-title-from-a-wordpress-page/#comment-727</guid>
		<description>I use the Socrates theme, this solution worked well on it should work on most themes;

Go to the style.css file and add this line:

#post-982 h2 {display: none;}

The "982" will need replaced with your page number i.e "158" or whatever.

If anyone figures out how to do a page range so that you can "set and forget" let us all know!</description>
		<content:encoded><![CDATA[<p>I use the Socrates theme, this solution worked well on it should work on most themes;</p>
<p>Go to the style.css file and add this line:</p>
<p>#post-982 h2 {display: none;}</p>
<p>The &#8220;982&#8243; will need replaced with your page number i.e &#8220;158&#8243; or whatever.</p>
<p>If anyone figures out how to do a page range so that you can &#8220;set and forget&#8221; let us all know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.tystips.com/archives/64/how2-remove-the-title-from-a-wordpress-page/#comment-723</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Thu, 30 Jun 2011 16:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tystips.com/archives/64/how2-remove-the-title-from-a-wordpress-page/#comment-723</guid>
		<description>You're absolutely right Tim, but back when I wrote this article I hadn't thought to edit the PHP of my pages. I was only mucking with the CSS and HTML. Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely right Tim, but back when I wrote this article I hadn&#8217;t thought to edit the PHP of my pages. I was only mucking with the CSS and HTML. Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.tystips.com/archives/64/how2-remove-the-title-from-a-wordpress-page/#comment-721</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 27 Jun 2011 10:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tystips.com/archives/64/how2-remove-the-title-from-a-wordpress-page/#comment-721</guid>
		<description>I realise that you're looking for as simple a way of doing this as possible.

However, as you're doing this for all pages, wouldn't it be better to edit your theme files to remove the page titles from the HTML, rather than leaving them in the HTML and hiding them using CSS. That would be a more efficient, more accessible, tidier way of doing it.

If you look for "the_title();" in your page.php theme file, you should be able to locate the code to remove relatively easily.</description>
		<content:encoded><![CDATA[<p>I realise that you&#8217;re looking for as simple a way of doing this as possible.</p>
<p>However, as you&#8217;re doing this for all pages, wouldn&#8217;t it be better to edit your theme files to remove the page titles from the HTML, rather than leaving them in the HTML and hiding them using CSS. That would be a more efficient, more accessible, tidier way of doing it.</p>
<p>If you look for &#8220;the_title();&#8221; in your page.php theme file, you should be able to locate the code to remove relatively easily.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.tystips.com/archives/64/how2-remove-the-title-from-a-wordpress-page/#comment-531</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Sat, 27 Feb 2010 02:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tystips.com/archives/64/how2-remove-the-title-from-a-wordpress-page/#comment-531</guid>
		<description>Yes might prevent all h2 headers from displaying. To get around this, make another header in your CSS file and call it something new (like h5 or h6, something that isn't used yet). Then style it the same way you had h2 styled. Then when you need to use a font with the h2 size/shape, use h6 (or which ever one you created) instead.</description>
		<content:encoded><![CDATA[<p>Yes might prevent all h2 headers from displaying. To get around this, make another header in your CSS file and call it something new (like h5 or h6, something that isn&#8217;t used yet). Then style it the same way you had h2 styled. Then when you need to use a font with the h2 size/shape, use h6 (or which ever one you created) instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Porter</title>
		<link>http://www.tystips.com/archives/64/how2-remove-the-title-from-a-wordpress-page/#comment-529</link>
		<dc:creator>Dave Porter</dc:creator>
		<pubDate>Thu, 25 Feb 2010 05:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tystips.com/archives/64/how2-remove-the-title-from-a-wordpress-page/#comment-529</guid>
		<description>Thanks for the info...

But does that not them prevent h2 headers from being used at all !</description>
		<content:encoded><![CDATA[<p>Thanks for the info&#8230;</p>
<p>But does that not them prevent h2 headers from being used at all !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

