<?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; Tag: page titles - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/page-titles</link>
		<description>WordPress.com Forums &#187; Tag: page titles - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 13:23:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/page-titles" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Removing Page Titles and Making Headline Image Smaller"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller#post-1038777</link>
			<pubDate>Sat, 13 Oct 2012 00:39:11 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1038777@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Is there a way to remove the page title for every page except for my blog page so that the blog titles show up?</p></blockquote>
<p>To hide page titles but keep post titles (like the ones on your Blog link), add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.page .entry-header {
	display:block;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Removing Page Titles and Making Headline Image Smaller"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller#post-1038770</link>
			<pubDate>Sat, 13 Oct 2012 00:33:16 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1038770@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Alright. Thanks! Everything worked except for the header resize. Any other thoughts?</p></blockquote>
<p>To replace the header image in Twenty Twelve, use the following example and replace YOUR_IMAGE_URL with the link to a 960 pixel width <a href="http://en.support.wordpress.com/media/media-add-new/">image you've uploaded to your media library</a>, and adjust the height value to match the height of your image. </p>
<pre><code>#masthead a img {
	display: none;
}

#masthead &gt; a {
	background: url(YOUR_IMAGE_URL) no-repeat;
	display: block;
	width: 960px;
	height: 120px;
}</code></pre>
<p>Aside: Twenty Twelve does have flexible headers built in, but I couldn't get them to work the way I expected (which is to see a 960px wide image I uploaded display at 960px in the header). You can give flexible headers a try to see if you have better luck. To do it, first create an image the width and height you'd like to use (or double the size for retina/HiDPI), then upload that image using your <strong>Appearance &#8594; Header</strong> page and click the "Skip Cropping, Publish Image as Is" button.
</p>
]]></description>
					</item>
		<item>
			<title>jaredwellman on "Removing Page Titles and Making Headline Image Smaller"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller#post-1034890</link>
			<pubDate>Tue, 09 Oct 2012 01:50:21 +0000</pubDate>
			<dc:creator>jaredwellman</dc:creator>
			<guid isPermaLink="false">1034890@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Also, the code removed the page title for my blog titles, which I would like to keep. That is, is there a way to remove the page title for every page except for my blog page so that the blog titles show up?
</p>
]]></description>
					</item>
		<item>
			<title>jaredwellman on "Removing Page Titles and Making Headline Image Smaller"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller#post-1034887</link>
			<pubDate>Tue, 09 Oct 2012 01:42:21 +0000</pubDate>
			<dc:creator>jaredwellman</dc:creator>
			<guid isPermaLink="false">1034887@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Alright. Thanks! Everything worked except for the header resize.  Any other thoughts?
</p>
]]></description>
					</item>
		<item>
			<title>jaredwellman on "Removing Page Titles and Making Headline Image Smaller"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller#post-1034882</link>
			<pubDate>Tue, 09 Oct 2012 01:31:46 +0000</pubDate>
			<dc:creator>jaredwellman</dc:creator>
			<guid isPermaLink="false">1034882@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I just cut that exactly and paste it into the CSS stylesheet editor?
</p>
]]></description>
					</item>
		<item>
			<title>duto on "Removing Page Titles and Making Headline Image Smaller"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller#post-1034481</link>
			<pubDate>Mon, 08 Oct 2012 20:46:32 +0000</pubDate>
			<dc:creator>duto</dc:creator>
			<guid isPermaLink="false">1034481@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh sorry:</p>
<p>.entry-header {<br />
display: none;<br />
}</p>
<p>.header-image {<br />
height: ???px;<br />
}</p>
<p>.home .header-image {<br />
display: none;<br />
}</p>
<p>??? = change with the number (height) you want
</p>
]]></description>
					</item>
		<item>
			<title>duto on "Removing Page Titles and Making Headline Image Smaller"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller#post-1034474</link>
			<pubDate>Mon, 08 Oct 2012 20:43:06 +0000</pubDate>
			<dc:creator>duto</dc:creator>
			<guid isPermaLink="false">1034474@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try it:</p>
<p>.entry-header .entry-title {<br />
    display: none;<br />
}</p>
<p>.header-image {<br />
    height: ???px;<br />
}</p>
<p>.home .header-image {<br />
    display: none;<br />
}</p>
<p>??? = change with the number (height) you want
</p>
]]></description>
					</item>
		<item>
			<title>jaredwellman on "Removing Page Titles and Making Headline Image Smaller"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller#post-1033348</link>
			<pubDate>Sun, 07 Oct 2012 21:31:24 +0000</pubDate>
			<dc:creator>jaredwellman</dc:creator>
			<guid isPermaLink="false">1033348@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I just upgraded to be able to edit CSS, but my ignorance is keeping my from understanding it. </p>
<p>Basically, I want to remove the page titles from my pages (for example, when I am on the "home" page, I don't want it to say "home" on the page. I just want the page to speak for itself after clicking on the home tab).</p>
<p>Also, I want to resize my header graphic. It is more vertical than I would prefer. I would also like to remove it from my home, static page.</p>
<p>Anything to help on this would be great! Right now, I am not even sure how to get into the CSS minus that first page with the welcome message on it.</p>
<p>website: jaredcwellman.wordpress.com
</p>
]]></description>
					</item>
		<item>
			<title>sugarcubeus on "Post and page title positions..."</title>
			<link>http://en.forums.wordpress.com/topic/post-and-page-title-positions#post-1015247</link>
			<pubDate>Tue, 18 Sep 2012 23:56:21 +0000</pubDate>
			<dc:creator>sugarcubeus</dc:creator>
			<guid isPermaLink="false">1015247@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Up-date: I figured it out for single line headings but not for longer post and page titles. </p>
<p>h1 {color:#959ea1; font-size:2.5em; font-weight:bold; line-height:1em; padding-bottom:0.6em; float:right; }
</p>
]]></description>
					</item>
		<item>
			<title>sugarcubeus on "Post and page title positions..."</title>
			<link>http://en.forums.wordpress.com/topic/post-and-page-title-positions#post-1015033</link>
			<pubDate>Tue, 18 Sep 2012 20:13:33 +0000</pubDate>
			<dc:creator>sugarcubeus</dc:creator>
			<guid isPermaLink="false">1015033@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is it possible using Wu Wei to have post and page titles flush right next to images or text bodies with about 20+ px padding? (The images would remain on the right.)
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Remove page title"</title>
			<link>http://en.forums.wordpress.com/topic/remove-page-title-3#post-986150</link>
			<pubDate>Thu, 23 Aug 2012 20:42:17 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">986150@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>See here &#62;  <a href="http://wpbtips.wordpress.com/2011/12/19/custom-menus/" rel="nofollow">http://wpbtips.wordpress.com/2011/12/19/custom-menus/</a>
</p>
]]></description>
					</item>
		<item>
			<title>ffconference on "Remove page title"</title>
			<link>http://en.forums.wordpress.com/topic/remove-page-title-3#post-986148</link>
			<pubDate>Thu, 23 Aug 2012 20:40:52 +0000</pubDate>
			<dc:creator>ffconference</dc:creator>
			<guid isPermaLink="false">986148@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, how can I remove the page titles? I don't want any to show up. I don't have access to the CSS.
</p>
]]></description>
					</item>
		<item>
			<title>jasonstoeser on "Hide Page Titles in Oxygen"</title>
			<link>http://en.forums.wordpress.com/topic/hide-page-titles-in-oxygen#post-975462</link>
			<pubDate>Mon, 13 Aug 2012 17:06:08 +0000</pubDate>
			<dc:creator>jasonstoeser</dc:creator>
			<guid isPermaLink="false">975462@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much.  It fixed the "glitch".
</p>
]]></description>
					</item>
		<item>
			<title>chrisrudzki on "Hide Page Titles in Oxygen"</title>
			<link>http://en.forums.wordpress.com/topic/hide-page-titles-in-oxygen#post-975347</link>
			<pubDate>Mon, 13 Aug 2012 15:44:45 +0000</pubDate>
			<dc:creator>chrisrudzki</dc:creator>
			<guid isPermaLink="false">975347@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This should do the trick:</p>
<pre><code>.type-page .entry-title {
display:none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>jasonstoeser on "Hide Page Titles in Oxygen"</title>
			<link>http://en.forums.wordpress.com/topic/hide-page-titles-in-oxygen#post-974961</link>
			<pubDate>Mon, 13 Aug 2012 01:17:57 +0000</pubDate>
			<dc:creator>jasonstoeser</dc:creator>
			<guid isPermaLink="false">974961@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am currently using the Oxygen theme.  I also have the custom design CSS upgrade.  Does anyone know what the CSS code is to hide page titles in the Oxygen theme?<br />
Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>presentpasttimes on "Category headings have appeared as in my pages titles?"</title>
			<link>http://en.forums.wordpress.com/topic/category-headings-have-appeared-as-in-my-pages-titles#post-923479</link>
			<pubDate>Sun, 24 Jun 2012 10:43:56 +0000</pubDate>
			<dc:creator>presentpasttimes</dc:creator>
			<guid isPermaLink="false">923479@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi again I have tried again to remove the headings from the categories section and this has now also removed them fro the pages titles. So I will now try and re-create the categories and hope they don't re-appear!!!
</p>
]]></description>
					</item>
		<item>
			<title>presentpasttimes on "Category headings have appeared as in my pages titles?"</title>
			<link>http://en.forums.wordpress.com/topic/category-headings-have-appeared-as-in-my-pages-titles#post-923478</link>
			<pubDate>Sun, 24 Jun 2012 10:29:34 +0000</pubDate>
			<dc:creator>presentpasttimes</dc:creator>
			<guid isPermaLink="false">923478@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi thanks for replying, but I created my pages &#38; categories quite a few months ago and  haven't altered them for some time. I just came online one day and it had changed. Removing my page titles and replacing them with category headings? As I've said they don't show up on my admin page where I can add and remove pages which is why it's such a mystery. I could copy and therefore re-instate my original page titles but the rogue headings are a mystery. I have even tried deleting the category heading ART to see if that would also remove the heading from the page titles but it doesn't? So I am at a loss. you will notice if you visit my site that the titles,, Recipes,Gallery, About are pages the rest are archive material (except home of course). Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Category headings have appeared as in my pages titles?"</title>
			<link>http://en.forums.wordpress.com/topic/category-headings-have-appeared-as-in-my-pages-titles#post-923184</link>
			<pubDate>Sat, 23 Jun 2012 23:05:41 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">923184@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Have you created a custom menu? <a href="http://en.support.wordpress.com/menus/" rel="nofollow">http://en.support.wordpress.com/menus/</a><br />
If so then go here &#62; Apperance &#62; Menus and choose what you want to add to it or remove from it.  There are many common errors, misunderstanding and misconceptions when creating custom menus and you can read about them here &#62; <a href="http://wpbtips.wordpress.com/2011/12/19/custom-menus/" rel="nofollow">http://wpbtips.wordpress.com/2011/12/19/custom-menus/</a>
</p>
]]></description>
					</item>
		<item>
			<title>arkansascyndi on "How Do I Remove the Page Title from the Page for Skeptical Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-the-page-title-from-the-page-for-skeptical-theme#post-923036</link>
			<pubDate>Sat, 23 Jun 2012 18:58:00 +0000</pubDate>
			<dc:creator>arkansascyndi</dc:creator>
			<guid isPermaLink="false">923036@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Not a problem Joshua!
</p>
]]></description>
					</item>
		<item>
			<title>joshuatreetables on "How Do I Remove the Page Title from the Page for Skeptical Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-the-page-title-from-the-page-for-skeptical-theme#post-922975</link>
			<pubDate>Sat, 23 Jun 2012 17:55:56 +0000</pubDate>
			<dc:creator>joshuatreetables</dc:creator>
			<guid isPermaLink="false">922975@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@arkansascyndi- my apologies. I should have just asked my question separately from yours to avoid any confusion.  Hope you got your issue solved- and thank you justpi/panos for the link to the tips page.  Looks like lots of good info.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "How Do I Remove the Page Title from the Page for Skeptical Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-the-page-title-from-the-page-for-skeptical-theme#post-922872</link>
			<pubDate>Sat, 23 Jun 2012 16:19:42 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">922872@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@arkansascyndi: You're welcome. Yes, I know you don't have the upgrade - the PS was meant for joshuatreetables.
</p>
]]></description>
					</item>
		<item>
			<title>arkansascyndi on "How Do I Remove the Page Title from the Page for Skeptical Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-the-page-title-from-the-page-for-skeptical-theme#post-922841</link>
			<pubDate>Sat, 23 Jun 2012 15:35:25 +0000</pubDate>
			<dc:creator>arkansascyndi</dc:creator>
			<guid isPermaLink="false">922841@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I DON"T have custom design upgrade. I'm doing this as a favor for a chapter of Romance Writers of America and they don't want to pay for an upgrade for the CSS editing isn't an option in this case. I'll check out your other link. thanks
</p>
]]></description>
					</item>
		<item>
			<title>presentpasttimes on "Category headings have appeared as in my pages titles?"</title>
			<link>http://en.forums.wordpress.com/topic/category-headings-have-appeared-as-in-my-pages-titles#post-922734</link>
			<pubDate>Sat, 23 Jun 2012 09:20:54 +0000</pubDate>
			<dc:creator>presentpasttimes</dc:creator>
			<guid isPermaLink="false">922734@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, Suddenly my page titles disappeared and some of my category headings were in their place. I have re-instated my page titles but I can't get rid of the rogue headings as they don't show up on my admin page for pages. They show archive material when clicked but not complete. Why did this happen and how can I get rid of them please?</p>
<p>Many Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "How Do I Remove the Page Title from the Page for Skeptical Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-the-page-title-from-the-page-for-skeptical-theme#post-922650</link>
			<pubDate>Sat, 23 Jun 2012 05:48:04 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">922650@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>PS If you have the Custom Design upgrade, you can hide the page titles via CSS editing.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "How Do I Remove the Page Title from the Page for Skeptical Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-the-page-title-from-the-page-for-skeptical-theme#post-922637</link>
			<pubDate>Sat, 23 Jun 2012 05:39:25 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">922637@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>See here, under "Other options, special cases and tricks":<br />
<a href="http://wpbtips.wordpress.com/2011/12/19/custom-menus/" rel="nofollow">http://wpbtips.wordpress.com/2011/12/19/custom-menus/</a>
</p>
]]></description>
					</item>
		<item>
			<title>joshuatreetables on "How Do I Remove the Page Title from the Page for Skeptical Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-the-page-title-from-the-page-for-skeptical-theme#post-922614</link>
			<pubDate>Sat, 23 Jun 2012 04:25:43 +0000</pubDate>
			<dc:creator>joshuatreetables</dc:creator>
			<guid isPermaLink="false">922614@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have the exact same question.  I am using fresh &#38; clean theme and would like to not have page name show up on the page itself.
</p>
]]></description>
					</item>
		<item>
			<title>arkansascyndi on "How Do I Remove the Page Title from the Page for Skeptical Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-the-page-title-from-the-page-for-skeptical-theme#post-922612</link>
			<pubDate>Sat, 23 Jun 2012 04:09:08 +0000</pubDate>
			<dc:creator>arkansascyndi</dc:creator>
			<guid isPermaLink="false">922612@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using WordPress to create a static website. (<a href="http://oklahomarwa.wordpress.com/" rel="nofollow">http://oklahomarwa.wordpress.com/</a>) It's still private so I doubt you can see it. It's built with the Skeptical Theme.</p>
<p>I'm trying to get the titles of my pages (such as "Home" or "About Us") to NOT show on the page. Right now, these titles are in huge bold text. </p>
<p>My theme allows a custom menu and I did that, but the huge bold titles remain on the page. I did save the custom menu and I did select to use that menu. Is there something I can do to get rid of these titles off the page while leaving them in the Navigation Bar? Is these something I should have done with the custom menu that I missed?</p>
<p>Thanks
</p>
]]></description>
					</item>
		<item>
			<title>presentpasttimes on "Rogue page titles"</title>
			<link>http://en.forums.wordpress.com/topic/rogue-page-titles#post-920627</link>
			<pubDate>Thu, 21 Jun 2012 08:53:01 +0000</pubDate>
			<dc:creator>presentpasttimes</dc:creator>
			<guid isPermaLink="false">920627@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, something very weird has happened to my page titles on my site. My page titles were replaced by some of my category headings. I have re-instated my original page titles but cannot remove the rogue ones as they don't show up on the admin page. The rogue ones work like the categories when pressed only not as efficient.<br />
Can anyone tell me if this has happened before and how to correct it please?<br />
Thank you. Sonia.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Hide &quot;Home&quot; title from homepage?"</title>
			<link>http://en.forums.wordpress.com/topic/hide-home-title-from-homepage#post-895811</link>
			<pubDate>Sun, 27 May 2012 17:55:27 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">895811@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>But the right thing to do would have been a different one: you don't include the Welcome page in your menu, you click View All in the Pages module and you add the ready-made Home item you can see there: that's a link to the blog front, no matter what the blog front or its name.
</p>
]]></description>
					</item>
		<item>
			<title>piperglenwomensclub on "Hide &quot;Home&quot; title from homepage?"</title>
			<link>http://en.forums.wordpress.com/topic/hide-home-title-from-homepage#post-895729</link>
			<pubDate>Sun, 27 May 2012 15:54:32 +0000</pubDate>
			<dc:creator>piperglenwomensclub</dc:creator>
			<guid isPermaLink="false">895729@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I figured it out. As I suspected I would as soon as I submitted this.<br />
I changed the page title to Welcome to Piper Glen Women's Club.<br />
Then I went to my custom menu and clicked on the page within my custom menu and changed the navigation label to Home.<br />
Simple.
</p>
]]></description>
					</item>

	</channel>
</rss>
