<?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: Display posts from specific categories on a Page</title>
	<atom:link href="http://wpgarage.com/code-snippets/display-posts-from-specific-categories-on-a-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com/code-snippets/display-posts-from-specific-categories-on-a-page/</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Thu, 29 Jul 2010 10:35:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tina</title>
		<link>http://wpgarage.com/code-snippets/display-posts-from-specific-categories-on-a-page/comment-page-2/#comment-61494</link>
		<dc:creator>Tina</dc:creator>
		<pubDate>Thu, 22 Jul 2010 17:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/display-posts-from-specific-categories-on-a-page/#comment-61494</guid>
		<description>Hi, it seems like &lt;?php while ( have_posts() ) : the_post(); ?&gt; this loop is not happening in my website..but I do have posts.. do you know what&#039;s happening?</description>
		<content:encoded><![CDATA[<p>Hi, it seems like &lt;?php while ( have_posts() ) : the_post(); ?&gt; this loop is not happening in my website..but I do have posts.. do you know what&#8217;s happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iN00B</title>
		<link>http://wpgarage.com/code-snippets/display-posts-from-specific-categories-on-a-page/comment-page-2/#comment-61482</link>
		<dc:creator>iN00B</dc:creator>
		<pubDate>Wed, 14 Jul 2010 04:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/display-posts-from-specific-categories-on-a-page/#comment-61482</guid>
		<description>Can we get a working example of this code please? I don&#039;t know what code to put in to display the title, date, category, etc.
 
Thanks</description>
		<content:encoded><![CDATA[<p>Can we get a working example of this code please? I don&#8217;t know what code to put in to display the title, date, category, etc.<br />
 <br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Wakeel</title>
		<link>http://wpgarage.com/code-snippets/display-posts-from-specific-categories-on-a-page/comment-page-2/#comment-61261</link>
		<dc:creator>Abdul Wakeel</dc:creator>
		<pubDate>Sat, 05 Jun 2010 11:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/display-posts-from-specific-categories-on-a-page/#comment-61261</guid>
		<description>I want to display post through pages . How can i . can you help me out.
I want to display post on this site
&lt;a href=&quot;http://www.islamabadid.com&quot; rel=&quot;nofollow&quot;&gt;http://www.islamabadid.com&lt;/a&gt;
Thanks</description>
		<content:encoded><![CDATA[<p>I want to display post through pages . How can i . can you help me out.<br />
I want to display post on this site<br />
<a href="http://www.islamabadid.com" rel="nofollow">http://www.islamabadid.com</a><br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dragos Popovici</title>
		<link>http://wpgarage.com/code-snippets/display-posts-from-specific-categories-on-a-page/comment-page-2/#comment-61174</link>
		<dc:creator>Dragos Popovici</dc:creator>
		<pubDate>Wed, 12 May 2010 10:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/display-posts-from-specific-categories-on-a-page/#comment-61174</guid>
		<description>Sory to disturb,
But :(  I do not understand where to put the code....</description>
		<content:encoded><![CDATA[<p>Sory to disturb,<br />
But <img src='http://wpgarage.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   I do not understand where to put the code&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattias Lasson</title>
		<link>http://wpgarage.com/code-snippets/display-posts-from-specific-categories-on-a-page/comment-page-2/#comment-61143</link>
		<dc:creator>Mattias Lasson</dc:creator>
		<pubDate>Thu, 29 Apr 2010 13:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/display-posts-from-specific-categories-on-a-page/#comment-61143</guid>
		<description>You might want to add &quot;wp_reset_query();&quot; after the endwhile to not possibly mess up other parts of the page. Took me half a day to figure this out. Seems to work now though... thanks.
 </description>
		<content:encoded><![CDATA[<p>You might want to add &#8220;wp_reset_query();&#8221; after the endwhile to not possibly mess up other parts of the page. Took me half a day to figure this out. Seems to work now though&#8230; thanks.<br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miriam Schwab</title>
		<link>http://wpgarage.com/code-snippets/display-posts-from-specific-categories-on-a-page/comment-page-2/#comment-61142</link>
		<dc:creator>Miriam Schwab</dc:creator>
		<pubDate>Thu, 29 Apr 2010 05:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/display-posts-from-specific-categories-on-a-page/#comment-61142</guid>
		<description>Thanks for posting that fix MoDad!</description>
		<content:encoded><![CDATA[<p>Thanks for posting that fix MoDad!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heather</title>
		<link>http://wpgarage.com/code-snippets/display-posts-from-specific-categories-on-a-page/comment-page-2/#comment-61140</link>
		<dc:creator>Heather</dc:creator>
		<pubDate>Wed, 28 Apr 2010 21:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/display-posts-from-specific-categories-on-a-page/#comment-61140</guid>
		<description>I love you! Thanks so much</description>
		<content:encoded><![CDATA[<p>I love you! Thanks so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MoDaD</title>
		<link>http://wpgarage.com/code-snippets/display-posts-from-specific-categories-on-a-page/comment-page-2/#comment-61073</link>
		<dc:creator>MoDaD</dc:creator>
		<pubDate>Thu, 22 Apr 2010 17:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/display-posts-from-specific-categories-on-a-page/#comment-61073</guid>
		<description>First of all, thanks for sharing this. It seems to be working great. One thing I noticed was that anything else that came after this in my template would fail to work (such as a series of ifelse items I had in my sidebar). But, I found a fix, which is to make sure the query gets reset when you&#039;re done with it.
So if you&#039;re having the same problem as I did, add a reset at the end:
&lt;?php endwhile;?&gt;
&lt;? wp_reset_query(); ?&gt;</description>
		<content:encoded><![CDATA[<p>First of all, thanks for sharing this. It seems to be working great. One thing I noticed was that anything else that came after this in my template would fail to work (such as a series of ifelse items I had in my sidebar). But, I found a fix, which is to make sure the query gets reset when you&#8217;re done with it.<br />
So if you&#8217;re having the same problem as I did, add a reset at the end:<br />
&lt;?php endwhile;?&gt;<br />
&lt;? wp_reset_query(); ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://wpgarage.com/code-snippets/display-posts-from-specific-categories-on-a-page/comment-page-2/#comment-61034</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Fri, 16 Apr 2010 04:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/display-posts-from-specific-categories-on-a-page/#comment-61034</guid>
		<description>I hope someone still checks this posts. I read all the posts, but I&#039;m a newbie here. I am using the Basic Simplicity theme and I know nothing about loops or anything. I want to display the 3 latest posts of a category in the home page, but only the excerpts.
 
Can someone please help me?
 
Thanks</description>
		<content:encoded><![CDATA[<p>I hope someone still checks this posts. I read all the posts, but I&#8217;m a newbie here. I am using the Basic Simplicity theme and I know nothing about loops or anything. I want to display the 3 latest posts of a category in the home page, but only the excerpts.<br />
 <br />
Can someone please help me?<br />
 <br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miriam Schwab</title>
		<link>http://wpgarage.com/code-snippets/display-posts-from-specific-categories-on-a-page/comment-page-2/#comment-61015</link>
		<dc:creator>Miriam Schwab</dc:creator>
		<pubDate>Tue, 13 Apr 2010 10:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/display-posts-from-specific-categories-on-a-page/#comment-61015</guid>
		<description>You&#039;re welcome dude, but we&#039;re not dudes here - we&#039;re dudettes!</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome dude, but we&#8217;re not dudes here &#8211; we&#8217;re dudettes!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
