<?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>Kommentarer till wp_list_categories() WITH current_cat_ancestor</title>
	<atom:link href="http://www.devdevote.com/cms/wordpress-hacks/wp_list_categories-with-current_cat_ancestor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devdevote.com/cms/wordpress-hacks/wp_list_categories-with-current_cat_ancestor</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 21 Aug 2011 16:59:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Av: chai</title>
		<link>http://www.devdevote.com/cms/wordpress-hacks/wp_list_categories-with-current_cat_ancestor/comment-page-1#comment-583</link>
		<dc:creator>chai</dc:creator>
		<pubDate>Sun, 24 Oct 2010 13:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.devdevote.com/?p=33#comment-583</guid>
		<description>Can modify with css tab navi manu?</description>
		<content:encoded><![CDATA[<p>Can modify with css tab navi manu?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Mike</title>
		<link>http://www.devdevote.com/cms/wordpress-hacks/wp_list_categories-with-current_cat_ancestor/comment-page-1#comment-516</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 01 Jul 2010 16:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.devdevote.com/?p=33#comment-516</guid>
		<description>I put the code in my functions.php file, then got this error: syntax error, unexpected &#039;;&#039;, expecting &#039;)&#039;

The error is in the line Phil is referring to above. 

I changed the &quot;less than&quot; HTML entity to &quot;&lt;&quot;, and the error went away, but the function did nothing.

Any suggestions?

Thanks in advance for any help. This is an essential function!</description>
		<content:encoded><![CDATA[<p>I put the code in my functions.php file, then got this error: syntax error, unexpected &#8216;;&#8217;, expecting &#8216;)&#8217;</p>
<p>The error is in the line Phil is referring to above. </p>
<p>I changed the &#8221;less than&#8221; HTML entity to &#8221;&lt;&quot;, and the error went away, but the function did nothing.</p>
<p>Any suggestions?</p>
<p>Thanks in advance for any help. This is an essential function!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Ben</title>
		<link>http://www.devdevote.com/cms/wordpress-hacks/wp_list_categories-with-current_cat_ancestor/comment-page-1#comment-508</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 01 Jun 2010 19:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.devdevote.com/?p=33#comment-508</guid>
		<description>maybe you can help with this: how do I get a parent-cat class added in to all categories that have children in the normal wp_list_categories. This above code works well when on a child page, but can you help with how to simply add the parent-cat class? Trying to do it as a filter but have VERY limited php knowledge. Thanks!</description>
		<content:encoded><![CDATA[<p>maybe you can help with this: how do I get a parent-cat class added in to all categories that have children in the normal wp_list_categories. This above code works well when on a child page, but can you help with how to simply add the parent-cat class? Trying to do it as a filter but have VERY limited php knowledge. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: admin</title>
		<link>http://www.devdevote.com/cms/wordpress-hacks/wp_list_categories-with-current_cat_ancestor/comment-page-1#comment-503</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 17 May 2010 16:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.devdevote.com/?p=33#comment-503</guid>
		<description>functions.php is the best place to put it, in your theme folder.</description>
		<content:encoded><![CDATA[<p>functions.php is the best place to put it, in your theme folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Phil</title>
		<link>http://www.devdevote.com/cms/wordpress-hacks/wp_list_categories-with-current_cat_ancestor/comment-page-1#comment-501</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 17 May 2010 03:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.devdevote.com/?p=33#comment-501</guid>
		<description>ok - hilarious -- i should have escaped the escaped code example, but you get my point.</description>
		<content:encoded><![CDATA[<p>ok &#8211; hilarious &#8212; i should have escaped the escaped code example, but you get my point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Phil</title>
		<link>http://www.devdevote.com/cms/wordpress-hacks/wp_list_categories-with-current_cat_ancestor/comment-page-1#comment-500</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 17 May 2010 03:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.devdevote.com/?p=33#comment-500</guid>
		<description>Jens - thanks for this post!  saved me some time.

the only note is that your less than and angle brackets are escaped in the code above.

eg:  $i&lt;sizeof($cat_id_cut1)</description>
		<content:encoded><![CDATA[<p>Jens &#8211; thanks for this post!  saved me some time.</p>
<p>the only note is that your less than and angle brackets are escaped in the code above.</p>
<p>eg:  $i&lt;sizeof($cat_id_cut1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: adam</title>
		<link>http://www.devdevote.com/cms/wordpress-hacks/wp_list_categories-with-current_cat_ancestor/comment-page-1#comment-499</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Mon, 17 May 2010 01:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.devdevote.com/?p=33#comment-499</guid>
		<description>hi - where do you put this script? what file? thx</description>
		<content:encoded><![CDATA[<p>hi &#8211; where do you put this script? what file? thx</p>
]]></content:encoded>
	</item>
</channel>
</rss>

