<?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: Create a WordPress Recent-Posts Widget</title>
	<atom:link href="http://blue-anvil.com/archives/create-a-wordpress-recent-posts-widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://blue-anvil.com/archives/create-a-wordpress-recent-posts-widget/</link>
	<description>The online blogfolio of Mike Jolley</description>
	<lastBuildDate>Tue, 07 Sep 2010 02:38:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Obrazy</title>
		<link>http://blue-anvil.com/archives/create-a-wordpress-recent-posts-widget/comment-page-2/#comment-3970</link>
		<dc:creator>Obrazy</dc:creator>
		<pubDate>Thu, 28 May 2009 18:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=69#comment-3970</guid>
		<description>great tutorial, thanks!</description>
		<content:encoded><![CDATA[<p>great tutorial, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrare Damien</title>
		<link>http://blue-anvil.com/archives/create-a-wordpress-recent-posts-widget/comment-page-2/#comment-3896</link>
		<dc:creator>Administrare Damien</dc:creator>
		<pubDate>Fri, 15 May 2009 20:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=69#comment-3896</guid>
		<description>Excelent job, thanks!</description>
		<content:encoded><![CDATA[<p>Excelent job, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exam Philippines</title>
		<link>http://blue-anvil.com/archives/create-a-wordpress-recent-posts-widget/comment-page-2/#comment-3643</link>
		<dc:creator>Exam Philippines</dc:creator>
		<pubDate>Sat, 28 Mar 2009 16:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=69#comment-3643</guid>
		<description>thank for you for sharing this tutorial on how to create recent post. god bless!!!</description>
		<content:encoded><![CDATA[<p>thank for you for sharing this tutorial on how to create recent post. god bless!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faisal Khan</title>
		<link>http://blue-anvil.com/archives/create-a-wordpress-recent-posts-widget/comment-page-2/#comment-3630</link>
		<dc:creator>Faisal Khan</dc:creator>
		<pubDate>Thu, 26 Mar 2009 00:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=69#comment-3630</guid>
		<description>For me this didn&#039;t work.

I used therefore this code instead of your snippet where you assess the database. It uses function and do not assess the database.
&lt;code&gt;	// GET POSTS
		$r = new WP_Query(array(&#039;showposts&#039; =&gt; $show, &#039;what_to_show&#039; =&gt; &#039;posts&#039;, &#039;nopaging&#039; =&gt; 0, &#039;post_status&#039; =&gt; &#039;publish&#039;, &#039;caller_get_posts&#039; =&gt; 1));
		if ($r-&gt;have_posts()) :
?&gt;
		
			
			
			have_posts()) : $r-&gt;the_post(); ?&gt;
			&lt;a href=&quot;&quot;&gt; &lt;/a&gt;
			
				
		
&lt;?php
		// echo widget closing tag
		echo $after_widget;
		
		wp_reset_query();  // Restore global post data stomped by the_post().
		endif;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>For me this didn&#8217;t work.</p>
<p>I used therefore this code instead of your snippet where you assess the database. It uses function and do not assess the database.<br />
<code>	// GET POSTS<br />
		$r = new WP_Query(array('showposts' =&amp;gt; $show, 'what_to_show' =&amp;gt; 'posts', 'nopaging' =&amp;gt; 0, 'post_status' =&amp;gt; 'publish', 'caller_get_posts' =&amp;gt; 1));<br />
		if ($r-&amp;gt;have_posts()) :<br />
?&amp;gt;</p>
<p>			have_posts()) : $r-&amp;gt;the_post(); ?&amp;gt;<br />
			&amp;lt;a href=""&amp;gt; &lt;/a&gt;</p>
<p>&amp;lt;?php<br />
		// echo widget closing tag<br />
		echo $after_widget;</p>
<p>		wp_reset_query();  // Restore global post data stomped by the_post().<br />
		endif;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KFGD63</title>
		<link>http://blue-anvil.com/archives/create-a-wordpress-recent-posts-widget/comment-page-2/#comment-3562</link>
		<dc:creator>KFGD63</dc:creator>
		<pubDate>Thu, 19 Mar 2009 12:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=69#comment-3562</guid>
		<description>Hey Man,

Thanks for your useful tutorial regarding registration widget.

Regarding the (Zip File) download, after downloading where i will put it?

Thanks in advance for your reply.

Ciao

KFGD63</description>
		<content:encoded><![CDATA[<p>Hey Man,</p>
<p>Thanks for your useful tutorial regarding registration widget.</p>
<p>Regarding the (Zip File) download, after downloading where i will put it?</p>
<p>Thanks in advance for your reply.</p>
<p>Ciao</p>
<p>KFGD63</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tashweb</title>
		<link>http://blue-anvil.com/archives/create-a-wordpress-recent-posts-widget/comment-page-2/#comment-3459</link>
		<dc:creator>tashweb</dc:creator>
		<pubDate>Tue, 03 Mar 2009 22:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=69#comment-3459</guid>
		<description>you need to add functionality</description>
		<content:encoded><![CDATA[<p>you need to add functionality</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: regalos originales</title>
		<link>http://blue-anvil.com/archives/create-a-wordpress-recent-posts-widget/comment-page-2/#comment-3458</link>
		<dc:creator>regalos originales</dc:creator>
		<pubDate>Tue, 03 Mar 2009 22:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=69#comment-3458</guid>
		<description>Where should I paste the code?</description>
		<content:encoded><![CDATA[<p>Where should I paste the code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: regalos originales</title>
		<link>http://blue-anvil.com/archives/create-a-wordpress-recent-posts-widget/comment-page-2/#comment-3457</link>
		<dc:creator>regalos originales</dc:creator>
		<pubDate>Tue, 03 Mar 2009 22:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=69#comment-3457</guid>
		<description>You now what? some people would say fire is cold...</description>
		<content:encoded><![CDATA[<p>You now what? some people would say fire is cold&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blue-anvil.com/archives/create-a-wordpress-recent-posts-widget/comment-page-2/#comment-3388</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 16 Feb 2009 16:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=69#comment-3388</guid>
		<description>Great widget.

Is there any way I can add a recent posts widget to display recent posts on my static home page?

Any help please email me

Thanks</description>
		<content:encoded><![CDATA[<p>Great widget.</p>
<p>Is there any way I can add a recent posts widget to display recent posts on my static home page?</p>
<p>Any help please email me</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: test</title>
		<link>http://blue-anvil.com/archives/create-a-wordpress-recent-posts-widget/comment-page-2/#comment-3379</link>
		<dc:creator>test</dc:creator>
		<pubDate>Wed, 11 Feb 2009 09:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=69#comment-3379</guid>
		<description>test</description>
		<content:encoded><![CDATA[<p>test</p>
]]></content:encoded>
	</item>
</channel>
</rss>
