<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Removing page titles from text area</title>
		<link>http://en.forums.wordpress.com/topic/removing-page-titles-from-text-area</link>
		<description>WordPress.com Forums &#187; Topic: Removing page titles from text area</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 22:52:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/removing-page-titles-from-text-area" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Removing page titles from text area"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-from-text-area#post-990526</link>
			<pubDate>Tue, 28 Aug 2012 19:58:13 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">990526@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Each page gets assign and ID, and on WordPress.com the ID is used to set a class name on the body tag for each page so you can style it just like you've described you would like to do. </p>
<p>Let's look at an example. Take the contact page:<br />
<a href="http://sarahhurst.wordpress.com/contact/" rel="nofollow">http://sarahhurst.wordpress.com/contact/</a></p>
<p>If you check the page source for that page using your web browser, you'll notice that the body tag has several classes in a space-separated list:</p>
<p><code>&lt;body class=&quot;page page-id-107 page-template page-template-page-nosidebar-php logged-in admin-bar custom-background typekit-enabled no-sidebar highlander-enabled highlander-light customize-support&quot; data-twttr-rendered=&quot;true&quot;&gt;</code></p>
<p>One of the classes is "page-id-107" and that means you can use that class to apply CSS just to that page since it's a unique ID. So, you can turn the page title back on even though you've turned it off for other pages by adding this:</p>
<pre><code>.page-id-107 .page-title {
	display: inline;
}</code></pre>
<p>Alternately, you could remove the CSS you added before to remove titles on all pages and just turn off titles one page at a time if you'd like.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Removing page titles from text area"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-from-text-area#post-966898</link>
			<pubDate>Sun, 05 Aug 2012 16:00:37 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">966898@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Does this help? <a href="http://en.forums.wordpress.com/topic/heading-removal-css-in-mystique?replies=9#post-694410" rel="nofollow">http://en.forums.wordpress.com/topic/heading-removal-css-in-mystique?replies=9#post-694410</a>
</p>
]]></description>
					</item>
		<item>
			<title>sarahhurst on "Removing page titles from text area"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-from-text-area#post-966894</link>
			<pubDate>Sun, 05 Aug 2012 15:55:54 +0000</pubDate>
			<dc:creator>sarahhurst</dc:creator>
			<guid isPermaLink="false">966894@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've created a website using the Mystique theme and on some pages I don't want the page title to appear in the text area e.g. on the home page I don't want "home" to appear just above my text.  I copied this from a forum:</p>
<p>h2.page-title {<br />
	display:none;<br />
}</p>
<p>which has successfully removed it from the home page but I want to remove the page titles from some of the other pages (not all).  How do I do this?  I'm not sure how to specify which pages I want to remove it from.
</p>
]]></description>
					</item>

	</channel>
</rss>
