<?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: Removing Page Titles In Thesis</title> <atom:link href="http://www.jimfmunro.com/tutorials/removing-page-titles-thesis/feed/" rel="self" type="application/rss+xml" /><link>http://www.jimfmunro.com/tutorials/removing-page-titles-thesis/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=removing-page-titles-thesis</link> <description>Website Development</description> <lastBuildDate>Fri, 18 Nov 2011 21:16:18 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Jim</title><link>http://www.jimfmunro.com/tutorials/removing-page-titles-thesis/comment-page-1/#comment-818</link> <dc:creator>Jim</dc:creator> <pubDate>Fri, 12 Nov 2010 20:28:08 +0000</pubDate> <guid
isPermaLink="false">http://www.jimfmunro.com/?p=520#comment-818</guid> <description>&lt;p&gt;I suggest you go check out this article, which is a better way to &lt;a href=&quot;http://www.jimfmunro.com/tutorials/removing-thesis-page-titles-filters/&quot;&gt;remove page titles in thesis using filters&lt;/a&gt;.  I hope this helps.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>I suggest you go check out this article, which is a better way to <a
href="http://www.jimfmunro.com/tutorials/removing-thesis-page-titles-filters/">remove page titles in thesis using filters</a>.  I hope this helps.</p>]]></content:encoded> </item> <item><title>By: Karl</title><link>http://www.jimfmunro.com/tutorials/removing-page-titles-thesis/comment-page-1/#comment-817</link> <dc:creator>Karl</dc:creator> <pubDate>Fri, 05 Nov 2010 07:51:37 +0000</pubDate> <guid
isPermaLink="false">http://www.jimfmunro.com/?p=520#comment-817</guid> <description>&lt;p&gt;Is there anyway just to remove the page title on the home(static) page and the new blog page?&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Is there anyway just to remove the page title on the home(static) page and the new blog page?</p>]]></content:encoded> </item> <item><title>By: Jim</title><link>http://www.jimfmunro.com/tutorials/removing-page-titles-thesis/comment-page-1/#comment-815</link> <dc:creator>Jim</dc:creator> <pubDate>Thu, 28 Oct 2010 20:08:44 +0000</pubDate> <guid
isPermaLink="false">http://www.jimfmunro.com/?p=520#comment-815</guid> <description>&lt;p&gt;You may want to experiment with adding a custom CSS class (on the post editor page) to any page where you want to hide the text. This will allow you to be more specific about this entry.  There are more ways, but this is probably the easiest one (unless you have hundreds of pages).&lt;/p&gt;
&lt;p&gt;Specify a custom class of hide-me and then modify your css to add the following:&lt;/p&gt;
&lt;p&gt;.custom .hide-me .headline_area h1 {display: none;}&lt;/p&gt;
&lt;p&gt;That should do the trick.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>You may want to experiment with adding a custom CSS class (on the post editor page) to any page where you want to hide the text. This will allow you to be more specific about this entry.  There are more ways, but this is probably the easiest one (unless you have hundreds of pages).</p><p>Specify a custom class of hide-me and then modify your css to add the following:</p><p>.custom .hide-me .headline_area h1 {display: none;}</p><p>That should do the trick.</p>]]></content:encoded> </item> <item><title>By: Tia</title><link>http://www.jimfmunro.com/tutorials/removing-page-titles-thesis/comment-page-1/#comment-812</link> <dc:creator>Tia</dc:creator> <pubDate>Wed, 27 Oct 2010 04:56:58 +0000</pubDate> <guid
isPermaLink="false">http://www.jimfmunro.com/?p=520#comment-812</guid> <description>&lt;p&gt;Thanks. I noticed that when I add .headline_area h1 { display: none; } to custom CSS , it also removes the titles from posts.  Any ideas?&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Thanks. I noticed that when I add .headline_area h1 { display: none; } to custom CSS , it also removes the titles from posts.  Any ideas?</p>]]></content:encoded> </item> <item><title>By: Jim</title><link>http://www.jimfmunro.com/tutorials/removing-page-titles-thesis/comment-page-1/#comment-795</link> <dc:creator>Jim</dc:creator> <pubDate>Mon, 04 Oct 2010 15:34:38 +0000</pubDate> <guid
isPermaLink="false">http://www.jimfmunro.com/?p=520#comment-795</guid> <description>&lt;p&gt;To be honest, I have revised my own advice above and just hidden the h1 display with CSS.  This is just based on a lot of confirmation I&#039;ve gotten about this type of thing not being penalized by the search engines.&lt;/p&gt;
&lt;p&gt;For example div.headline_area h1 { display: none; }&lt;/p&gt;
&lt;p&gt;I think Google &amp; Co. are smart enough to know when someone is doing it to be sneaky or just to for design purposes.&lt;br /&gt;
Do whatever makes you comfortable, but it also has the side benefit of not breaking your theme code on each update of Thesis.&lt;/p&gt;
&lt;p&gt;I hope this helps.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>To be honest, I have revised my own advice above and just hidden the h1 display with CSS.  This is just based on a lot of confirmation I&#8217;ve gotten about this type of thing not being penalized by the search engines.</p><p>For example div.headline_area h1 { display: none; }</p><p>I think Google &amp; Co. are smart enough to know when someone is doing it to be sneaky or just to for design purposes.<br
/> Do whatever makes you comfortable, but it also has the side benefit of not breaking your theme code on each update of Thesis.</p><p>I hope this helps.</p>]]></content:encoded> </item> <item><title>By: jasper zwarts</title><link>http://www.jimfmunro.com/tutorials/removing-page-titles-thesis/comment-page-1/#comment-794</link> <dc:creator>jasper zwarts</dc:creator> <pubDate>Sun, 03 Oct 2010 11:47:26 +0000</pubDate> <guid
isPermaLink="false">http://www.jimfmunro.com/?p=520#comment-794</guid> <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&#039;m now running thesis 1.8 and the code has changed significantly.
Do you have an update for removing the title in the new Thesis release?&lt;/p&gt;
&lt;p&gt;Thanks in advance,
Jasper&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Hi,</p><p>I&#8217;m now running thesis 1.8 and the code has changed significantly.
Do you have an update for removing the title in the new Thesis release?</p><p>Thanks in advance,
Jasper</p>]]></content:encoded> </item> <item><title>By: Samuel</title><link>http://www.jimfmunro.com/tutorials/removing-page-titles-thesis/comment-page-1/#comment-538</link> <dc:creator>Samuel</dc:creator> <pubDate>Wed, 14 Apr 2010 03:42:12 +0000</pubDate> <guid
isPermaLink="false">http://www.jimfmunro.com/?p=520#comment-538</guid> <description>&lt;p&gt;solved my problem. Thanks a lot.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>solved my problem. Thanks a lot.</p>]]></content:encoded> </item> <item><title>By: Jenn</title><link>http://www.jimfmunro.com/tutorials/removing-page-titles-thesis/comment-page-1/#comment-471</link> <dc:creator>Jenn</dc:creator> <pubDate>Mon, 15 Mar 2010 23:09:15 +0000</pubDate> <guid
isPermaLink="false">http://www.jimfmunro.com/?p=520#comment-471</guid> <description>&lt;p&gt;Perfect! Thanks so much :)&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Perfect! Thanks so much <img
src='http://www.jimfmunro.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>]]></content:encoded> </item> </channel> </rss>
