<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Hacks &#187; WordPress Sub-Categories</title>
	<atom:link href="http://wphacks.com/tag/wordpress-sub-categories/feed/" rel="self" type="application/rss+xml" />
	<link>http://wphacks.com</link>
	<description>WordPress Themes, Plugins, Hacks, Tutorials, and more!</description>
	<lastBuildDate>Fri, 25 May 2012 20:07:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How To: Hiding Your Sub-Categories in WordPress</title>
		<link>http://wphacks.com/how-to-hide-subcategories-in-wordpress/</link>
		<comments>http://wphacks.com/how-to-hide-subcategories-in-wordpress/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 11:00:09 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[WordPress Code]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[WordPress How-To]]></category>
		<category><![CDATA[WordPress Sub-Categories]]></category>

		<guid isPermaLink="false">http://wphacks.com/how-to-hide-subcategories-in-wordpress/</guid>
		<description><![CDATA[I recently got an e-mail from a reader wanting to know how to hide their sub-categories in WordPress. If you use WordPress 2.1 or newer, this is actually really easy to do. All you need to do is open your stylesheet and add the following anywhere: .children { display:none; } You can also style the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently got an e-mail from a reader wanting to know how to hide their sub-categories in WordPress.   If you use WordPress 2.1 or newer, this is actually really easy to do.</p>
<p>All you need to do is open your stylesheet and add the following anywhere:</p>
<p><code>.children {<br />
display:none;<br />
}</code></p>
<p>You can also style the children accordingly this way if you&#8217;d like!</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=163&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/how-to-hide-subcategories-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

