<?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: WordPress: display posts by category ID. Solution with code &amp; example.</title>
	<atom:link href="http://www.tanzilo.com/2009/01/06/wordpress-display-posts-by-category-id-solution-with-code-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tanzilo.com/2009/01/06/wordpress-display-posts-by-category-id-solution-with-code-example/</link>
	<description>Talks on Web Technology and Better Product Development</description>
	<lastBuildDate>Fri, 23 Jul 2010 21:02:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.tanzilo.com/2009/01/06/wordpress-display-posts-by-category-id-solution-with-code-example/comment-page-1/#comment-695</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 06 Mar 2010 03:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=68#comment-695</guid>
		<description>@ fano

Please check that you category ID is correct. If you give a category ID that does not exist, you may get all the posts.</description>
		<content:encoded><![CDATA[<p>@ fano</p>
<p>Please check that you category ID is correct. If you give a category ID that does not exist, you may get all the posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fano</title>
		<link>http://www.tanzilo.com/2009/01/06/wordpress-display-posts-by-category-id-solution-with-code-example/comment-page-1/#comment-694</link>
		<dc:creator>fano</dc:creator>
		<pubDate>Fri, 05 Mar 2010 20:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=68#comment-694</guid>
		<description>Not working for me ... I get all posts instead.</description>
		<content:encoded><![CDATA[<p>Not working for me &#8230; I get all posts instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tanzilo.com/2009/01/06/wordpress-display-posts-by-category-id-solution-with-code-example/comment-page-1/#comment-460</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 30 Jan 2009 17:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=68#comment-460</guid>
		<description>@ Chris,

OK.
I got it.

And you are always welcome.</description>
		<content:encoded><![CDATA[<p>@ Chris,</p>
<p>OK.<br />
I got it.</p>
<p>And you are always welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.tanzilo.com/2009/01/06/wordpress-display-posts-by-category-id-solution-with-code-example/comment-page-1/#comment-459</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 30 Jan 2009 14:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=68#comment-459</guid>
		<description>Yeah..but just so you know it copies over a single double quote which caused me problems.

Regardless, great code -- thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Yeah..but just so you know it copies over a single double quote which caused me problems.</p>
<p>Regardless, great code &#8212; thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tanzilo.com/2009/01/06/wordpress-display-posts-by-category-id-solution-with-code-example/comment-page-1/#comment-456</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 28 Jan 2009 04:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=68#comment-456</guid>
		<description>@ Chris

Your code is correct and so is mine too.

I used two single quotes and you used two double quotes.

single quotes are faster than double quotes.</description>
		<content:encoded><![CDATA[<p>@ Chris</p>
<p>Your code is correct and so is mine too.</p>
<p>I used two single quotes and you used two double quotes.</p>
<p>single quotes are faster than double quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.tanzilo.com/2009/01/06/wordpress-display-posts-by-category-id-solution-with-code-example/comment-page-1/#comment-454</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 27 Jan 2009 20:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=68#comment-454</guid>
		<description>$outputString = ”;

is missing a quote..should be:

$outputString = &quot;&quot;;

Great code, thanks.</description>
		<content:encoded><![CDATA[<p>$outputString = ”;</p>
<p>is missing a quote..should be:</p>
<p>$outputString = &#8220;&#8221;;</p>
<p>Great code, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tanzilo.com/2009/01/06/wordpress-display-posts-by-category-id-solution-with-code-example/comment-page-1/#comment-407</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 13 Jan 2009 19:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=68#comment-407</guid>
		<description>@John

Wordpress is a software itself
if you download it and install, you can create posts and pages using this software from admin panel.

my suggestion is download the software and play with it for some time.

thank you.</description>
		<content:encoded><![CDATA[<p>@John</p>
<p>WordPress is a software itself<br />
if you download it and install, you can create posts and pages using this software from admin panel.</p>
<p>my suggestion is download the software and play with it for some time.</p>
<p>thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Norla</title>
		<link>http://www.tanzilo.com/2009/01/06/wordpress-display-posts-by-category-id-solution-with-code-example/comment-page-1/#comment-406</link>
		<dc:creator>John Norla</dc:creator>
		<pubDate>Tue, 13 Jan 2009 19:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=68#comment-406</guid>
		<description>Hi there, 

I `m very new to wordpress. I don`t understand if it`s a page you build like hubpage for instance or if it`s a software like dreamweaver?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi there, </p>
<p>I `m very new to wordpress. I don`t understand if it`s a page you build like hubpage for instance or if it`s a software like dreamweaver?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
