<?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: List Posts by Category In Navigation</title>
	<atom:link href="http://wpengineer.com/1988/list-posts-by-category-in-navigation/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/1988/list-posts-by-category-in-navigation/</link>
	<description>WordPress News, Hacks, Tips, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:48:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: anabelle</title>
		<link>http://wpengineer.com/1988/list-posts-by-category-in-navigation/#comment-4735</link>
		<dc:creator>anabelle</dc:creator>
		<pubDate>Mon, 02 Aug 2010 15:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1988#comment-4735</guid>
		<description>How can I use this function to list only the children of category id = 1, and it&#039;s child categories?</description>
		<content:encoded><![CDATA[<p>How can I use this function to list only the children of category id = 1, and it's child categories?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ehud</title>
		<link>http://wpengineer.com/1988/list-posts-by-category-in-navigation/#comment-4734</link>
		<dc:creator>Ehud</dc:creator>
		<pubDate>Mon, 02 Aug 2010 11:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1988#comment-4734</guid>
		<description>Would it be possible to show the post thumbnails instead of titles?</description>
		<content:encoded><![CDATA[<p>Would it be possible to show the post thumbnails instead of titles?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marj Wyatt</title>
		<link>http://wpengineer.com/1988/list-posts-by-category-in-navigation/#comment-4665</link>
		<dc:creator>Marj Wyatt</dc:creator>
		<pubDate>Fri, 16 Jul 2010 07:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1988#comment-4665</guid>
		<description>I really thank you for sharing your work with those of us in the field.  This is very elegant.

My hope was that it would permit me to show all of the posts in one category.  The display is a horizontal navigation and I want the posts to drop down within that one category.

I succefully got the SQL to work and extract the single category that I want.  I then added the function to the navigation list but the dropdowns are not working.  What am I missing?</description>
		<content:encoded><![CDATA[<p>I really thank you for sharing your work with those of us in the field.  This is very elegant.</p>
<p>My hope was that it would permit me to show all of the posts in one category.  The display is a horizontal navigation and I want the posts to drop down within that one category.</p>
<p>I succefully got the SQL to work and extract the single category that I want.  I then added the function to the navigation list but the dropdowns are not working.  What am I missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marjorie</title>
		<link>http://wpengineer.com/1988/list-posts-by-category-in-navigation/#comment-4638</link>
		<dc:creator>Marjorie</dc:creator>
		<pubDate>Fri, 09 Jul 2010 08:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1988#comment-4638</guid>
		<description>I just added the name of the category inside the css class so that I can have a different bg depending on the category. This is great.
I have another question concerning the order of the category. I use the plugin My category order and I&#039;d like to know how to apply it on that script.
Thanks for your help!!!</description>
		<content:encoded><![CDATA[<p>I just added the name of the category inside the css class so that I can have a different bg depending on the category. This is great.<br />
I have another question concerning the order of the category. I use the plugin My category order and I'd like to know how to apply it on that script.<br />
Thanks for your help!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm</title>
		<link>http://wpengineer.com/1988/list-posts-by-category-in-navigation/#comment-4581</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Mon, 28 Jun 2010 03:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1988#comment-4581</guid>
		<description>ok problem resolved.... white space before the php tags  ....   grrrr... silly php.  Anyhow, thanks for the AWESOME fix.</description>
		<content:encoded><![CDATA[<p>ok problem resolved.... white space before the php tags  ....   grrrr... silly php.  Anyhow, thanks for the AWESOME fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm</title>
		<link>http://wpengineer.com/1988/list-posts-by-category-in-navigation/#comment-4580</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Mon, 28 Jun 2010 03:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1988#comment-4580</guid>
		<description>I&#039;m running wordpress 3.0.  This fix almost works like a dream, my live site looks great, but I get the following error (only in the admin section thus far) when posting new posts or editing posts...

Warning: Cannot modify header information - headers already sent by (output started at /wp-content/themes/vidley/functions.php:268) in /wp-includes/pluggable.php on line 890

Its certainly this fix as when I delete it then the problem is resolved. Any idea how to resolve this??</description>
		<content:encoded><![CDATA[<p>I'm running wordpress 3.0.  This fix almost works like a dream, my live site looks great, but I get the following error (only in the admin section thus far) when posting new posts or editing posts...</p>
<p>Warning: Cannot modify header information - headers already sent by (output started at /wp-content/themes/vidley/functions.php:268) in /wp-includes/pluggable.php on line 890</p>
<p>Its certainly this fix as when I delete it then the problem is resolved. Any idea how to resolve this??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marjorie</title>
		<link>http://wpengineer.com/1988/list-posts-by-category-in-navigation/#comment-4509</link>
		<dc:creator>Marjorie</dc:creator>
		<pubDate>Thu, 17 Jun 2010 01:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1988#comment-4509</guid>
		<description>This is great!
Exactly what I was looking for.
I do have one question though. Is there a way to add a class, like the slug of the cat in the first level of li?

Thank you soo much!</description>
		<content:encoded><![CDATA[<p>This is great!<br />
Exactly what I was looking for.<br />
I do have one question though. Is there a way to add a class, like the slug of the cat in the first level of li?</p>
<p>Thank you soo much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eavasi</title>
		<link>http://wpengineer.com/1988/list-posts-by-category-in-navigation/#comment-4041</link>
		<dc:creator>eavasi</dc:creator>
		<pubDate>Wed, 28 Apr 2010 06:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1988#comment-4041</guid>
		<description>Hello Frank!
Great Function!  Good job! Work well! Thanx!</description>
		<content:encoded><![CDATA[<p>Hello Frank!<br />
Great Function!  Good job! Work well! Thanx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://wpengineer.com/1988/list-posts-by-category-in-navigation/#comment-3945</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Mon, 19 Apr 2010 11:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1988#comment-3945</guid>
		<description>@Josif:
add this to the sql-query and inlcude all categories, do you will include this function:
&lt;code&gt;AND $wpdb-&gt;term_taxonomy.term_id IN (3,8,9)&lt;/code&gt;
or use &lt;code&gt;NOT IN&lt;/code&gt; for exclude a ID of a category.</description>
		<content:encoded><![CDATA[<p>@Josif:<br />
add this to the sql-query and inlcude all categories, do you will include this function:<br />
<code>AND $wpdb->term_taxonomy.term_id IN (3,8,9)</code><br />
or use <code>NOT IN</code> for exclude a ID of a category.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josif</title>
		<link>http://wpengineer.com/1988/list-posts-by-category-in-navigation/#comment-3922</link>
		<dc:creator>Josif</dc:creator>
		<pubDate>Thu, 15 Apr 2010 11:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1988#comment-3922</guid>
		<description>Hi Frank

Nice function - works well.
Could you just give an example of excluding a category. I can&#039;t seem to get it to work.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Frank</p>
<p>Nice function - works well.<br />
Could you just give an example of excluding a category. I can't seem to get it to work.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

