<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Removes category title from specific page</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 19 Jun 2013 11:32:18 +0000</pubDate>

<item>
<title>astima on "Removes category title from specific page"</title>
<link>http://themeshaper.com/forums/topic/removes-category-title-from-specific-page#post-20916</link>
<pubDate>Fri, 29 Apr 2011 19:48:13 +0000</pubDate>
<dc:creator>astima</dc:creator>
<guid isPermaLink="false">20916@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;That worked. Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "Removes category title from specific page"</title>
<link>http://themeshaper.com/forums/topic/removes-category-title-from-specific-page#post-20914</link>
<pubDate>Fri, 29 Apr 2011 19:01:56 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">20914@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;It is possible with CSS, based on the info, try to target the slug of the category.&#60;/p&#62;
&#60;p&#62;WP Admin &#38;gt; Posts &#38;gt; Categories, is where you can view the slugs.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
.category-uncategorized h1.page-title { display: none; }&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This is a example for the &#34;uncategorized&#34; section. I don't think by default the gallery theme has body class of &#34;catagory-id&#34;, you want &#34;category-slug&#34; instead. Hope that made sense.
&#60;/p&#62;</description>
</item>
<item>
<title>astima on "Removes category title from specific page"</title>
<link>http://themeshaper.com/forums/topic/removes-category-title-from-specific-page#post-20912</link>
<pubDate>Fri, 29 Apr 2011 18:26:48 +0000</pubDate>
<dc:creator>astima</dc:creator>
<guid isPermaLink="false">20912@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I am trying to remove the category title from a specific category page.  The category ID for the page is 8 (category id = 8).  I thought I could accomplish this through CSS, but it didn't work.  I am using the gallery theme.  Is it possible to do this through CSS.  Here is the code I wrote maybe it is wrong.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.category-8 h1.page-title {
	display: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>
