<?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: Making child categories recognize parent displays</title>
	<atom:link href="http://brassblogs.com/blog/making-child-categories-recognize-parent-displays/feed" rel="self" type="application/rss+xml" />
	<link>http://brassblogs.com/blog/making-child-categories-recognize-parent-displays</link>
	<description>Web Design located in Simsbury (a suburb of Hartford) CT</description>
	<lastBuildDate>Mon, 05 Dec 2011 17:35:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Pedro Oliveira</title>
		<link>http://brassblogs.com/blog/making-child-categories-recognize-parent-displays#comment-200</link>
		<dc:creator>Pedro Oliveira</dc:creator>
		<pubDate>Fri, 04 Sep 2009 12:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=110#comment-200</guid>
		<description>All I can say is a big thank you! This is just EXACTLY what I was looking for. I hope that newer Wordpress releases add this helpful snippet to their original code.

thank you, thank you!</description>
		<content:encoded><![CDATA[<p>All I can say is a big thank you! This is just EXACTLY what I was looking for. I hope that newer WordPress releases add this helpful snippet to their original code.</p>
<p>thank you, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lara</title>
		<link>http://brassblogs.com/blog/making-child-categories-recognize-parent-displays#comment-182</link>
		<dc:creator>Lara</dc:creator>
		<pubDate>Wed, 12 Aug 2009 20:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=110#comment-182</guid>
		<description>All fixed actually! There were extra spaces around my &lt; ? tags in my function file.</description>
		<content:encoded><![CDATA[<p>All fixed actually! There were extra spaces around my &lt; ? tags in my function file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lara</title>
		<link>http://brassblogs.com/blog/making-child-categories-recognize-parent-displays#comment-181</link>
		<dc:creator>Lara</dc:creator>
		<pubDate>Wed, 12 Aug 2009 20:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=110#comment-181</guid>
		<description>Hi there, I&#039;m getting this yucky error: 

Warning: Cannot modify header information - headers already sent by (output started at /nfs/c04/h01/mnt/60194/domains/insidenewyork.com/html/wp-content/themes/insideny/functions.php:8) in /nfs/c04/h01/mnt/60194/domains/insidenewyork.com/html/wp-includes/pluggable.php on line 865

Thanks for any help.

Best,
Lara</description>
		<content:encoded><![CDATA[<p>Hi there, I&#8217;m getting this yucky error: </p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at /nfs/c04/h01/mnt/60194/domains/insidenewyork.com/html/wp-content/themes/insideny/functions.php:8) in /nfs/c04/h01/mnt/60194/domains/insidenewyork.com/html/wp-includes/pluggable.php on line 865</p>
<p>Thanks for any help.</p>
<p>Best,<br />
Lara</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyanka</title>
		<link>http://brassblogs.com/blog/making-child-categories-recognize-parent-displays#comment-134</link>
		<dc:creator>Priyanka</dc:creator>
		<pubDate>Sat, 13 Jun 2009 15:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=110#comment-134</guid>
		<description>Thanks.... This worked! I have searched long to get a working code.</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;. This worked! I have searched long to get a working code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating WordPress Themes: Front Page Styling &#124; Brass Blogs Web Design</title>
		<link>http://brassblogs.com/blog/making-child-categories-recognize-parent-displays#comment-86</link>
		<dc:creator>Creating WordPress Themes: Front Page Styling &#124; Brass Blogs Web Design</dc:creator>
		<pubDate>Fri, 24 Apr 2009 13:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=110#comment-86</guid>
		<description>[...] What will then happen is&#8230; well view my source code and look at the body tag.  If you&#8217;re on the index page of the site (whether or not you have a static front page set), your body tag will say &lt;body id=&quot;home&quot;&gt; You can then use your stylesheet to make many edits to the index page, simply by using this function. The same goes for a Page (&lt;body id=&quot;pagename&#8221; class=&#8221;page&#8221;&gt;) because you will have the parent Page&#8217;s name - yes, I said parent page - set as an ID, but you also have the added class of &#8220;page&#8221;. So you could have an overall look for the static Pages on your site (using the body.page selector in your stylesheet), but if you have a set of Pages that also have children, and you want each section to have their own look, you have the parent Page&#8217;s name as the ID, so it can apply to the children as well. I did something similar for the categories - but there&#8217;s a little extra &#8220;oomph&#8221; I&#8217;ve already discussed on this point to get the child categories to use the parent category layout. [...]</description>
		<content:encoded><![CDATA[<p>[...] What will then happen is&#8230; well view my source code and look at the body tag.  If you&#8217;re on the index page of the site (whether or not you have a static front page set), your body tag will say &lt;body id=&#8221;home&#8221;&gt; You can then use your stylesheet to make many edits to the index page, simply by using this function. The same goes for a Page (&lt;body id=&#8221;pagename&#8221; class=&#8221;page&#8221;&gt;) because you will have the parent Page&#8217;s name &#8211; yes, I said parent page &#8211; set as an ID, but you also have the added class of &#8220;page&#8221;. So you could have an overall look for the static Pages on your site (using the body.page selector in your stylesheet), but if you have a set of Pages that also have children, and you want each section to have their own look, you have the parent Page&#8217;s name as the ID, so it can apply to the children as well. I did something similar for the categories &#8211; but there&#8217;s a little extra &#8220;oomph&#8221; I&#8217;ve already discussed on this point to get the child categories to use the parent category layout. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

