<?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"
	>
<channel>
	<title>Comments on: WordPress Recent Posts Plugin</title>
	<atom:link href="http://ianpurton.com/wordpress-recent-posts-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianpurton.com/wordpress-recent-posts-plugin/</link>
	<description>Ian Purton's Notes</description>
	<pubDate>Wed, 19 Nov 2008 23:01:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Matt Blank</title>
		<link>http://ianpurton.com/wordpress-recent-posts-plugin/#comment-130375</link>
		<dc:creator>Matt Blank</dc:creator>
		<pubDate>Thu, 27 Mar 2008 13:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/wordpress-recent-posts-plugin/#comment-130375</guid>
		<description>Great script! But can it be altered so that it will not list the post your are currently on?

i.e I'm viewing my third latest post, so the list on the left will show posts 1 and 2, then 4 - 11??

Thanks!
Matt</description>
		<content:encoded><![CDATA[<p>Great script! But can it be altered so that it will not list the post your are currently on?</p>
<p>i.e I&#8217;m viewing my third latest post, so the list on the left will show posts 1 and 2, then 4 - 11??</p>
<p>Thanks!<br />
Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott C. Lemon</title>
		<link>http://ianpurton.com/wordpress-recent-posts-plugin/#comment-126717</link>
		<dc:creator>Scott C. Lemon</dc:creator>
		<pubDate>Sat, 09 Feb 2008 05:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/wordpress-recent-posts-plugin/#comment-126717</guid>
		<description>Just a note ... I added the following line to your code in order to elimate "pages" from being displayed.  On the site that I was working on, I only wanted "posts" to display ...

After the line that contains the "WHERE" clause, I added:

   $sql .= "AND $tableposts.post_type = 'post' ";

Great function!  Thanks!</description>
		<content:encoded><![CDATA[<p>Just a note &#8230; I added the following line to your code in order to elimate &#8220;pages&#8221; from being displayed.  On the site that I was working on, I only wanted &#8220;posts&#8221; to display &#8230;</p>
<p>After the line that contains the &#8220;WHERE&#8221; clause, I added:</p>
<p>   $sql .= &#8220;AND $tableposts.post_type = &#8216;post&#8217; &#8220;;</p>
<p>Great function!  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliott</title>
		<link>http://ianpurton.com/wordpress-recent-posts-plugin/#comment-121473</link>
		<dc:creator>Elliott</dc:creator>
		<pubDate>Tue, 18 Dec 2007 15:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/wordpress-recent-posts-plugin/#comment-121473</guid>
		<description>If you want to only include posts, add the following code to the script on the line BEFORE "$sql .= "GROUP BY $tableposts.ID ORDER BY." 

Code to add: $sql .= " AND $tableposts.post_type = 'post' ";</description>
		<content:encoded><![CDATA[<p>If you want to only include posts, add the following code to the script on the line BEFORE &#8220;$sql .= &#8220;GROUP BY $tableposts.ID ORDER BY.&#8221; </p>
<p>Code to add: $sql .= &#8221; AND $tableposts.post_type = &#8216;post&#8217; &#8220;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent Posts Plugin</title>
		<link>http://ianpurton.com/wordpress-recent-posts-plugin/#comment-115140</link>
		<dc:creator>Recent Posts Plugin</dc:creator>
		<pubDate>Thu, 27 Sep 2007 00:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/wordpress-recent-posts-plugin/#comment-115140</guid>
		<description>[...] involved. No uploaded files or manipulating funny codes. Just copy and paste the code from this wordpress recent plugin page into your sidebar.php, and that&#8217;s it. All done. It was the simplest add-on I&#8217;ve ever [...]</description>
		<content:encoded><![CDATA[<p>[...] involved. No uploaded files or manipulating funny codes. Just copy and paste the code from this wordpress recent plugin page into your sidebar.php, and that&#8217;s it. All done. It was the simplest add-on I&#8217;ve ever [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://ianpurton.com/wordpress-recent-posts-plugin/#comment-112402</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 30 Jul 2007 00:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/wordpress-recent-posts-plugin/#comment-112402</guid>
		<description>Nice, although I have the same problem as Bock the Robber-- how can I exclude pages and only include posts??</description>
		<content:encoded><![CDATA[<p>Nice, although I have the same problem as Bock the Robber&#8211; how can I exclude pages and only include posts??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Myers</title>
		<link>http://ianpurton.com/wordpress-recent-posts-plugin/#comment-112286</link>
		<dc:creator>Jeremy Myers</dc:creator>
		<pubDate>Thu, 26 Jul 2007 20:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/wordpress-recent-posts-plugin/#comment-112286</guid>
		<description>Thanks. This worked perfect and was exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks. This worked perfect and was exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MultiZ</title>
		<link>http://ianpurton.com/wordpress-recent-posts-plugin/#comment-112085</link>
		<dc:creator>MultiZ</dc:creator>
		<pubDate>Wed, 18 Jul 2007 22:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/wordpress-recent-posts-plugin/#comment-112085</guid>
		<description>Thanks,

It works great on my blog.  How did you get it to work with comments as well?</description>
		<content:encoded><![CDATA[<p>Thanks,</p>
<p>It works great on my blog.  How did you get it to work with comments as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bock the Robber</title>
		<link>http://ianpurton.com/wordpress-recent-posts-plugin/#comment-105534</link>
		<dc:creator>Bock the Robber</dc:creator>
		<pubDate>Sat, 19 May 2007 10:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/wordpress-recent-posts-plugin/#comment-105534</guid>
		<description>Hi.  This is a nice little feature.  However, I notice it picks up pages as well as posts.  Do you think it could  be refined to show posts only?</description>
		<content:encoded><![CDATA[<p>Hi.  This is a nice little feature.  However, I notice it picks up pages as well as posts.  Do you think it could  be refined to show posts only?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Unsworth</title>
		<link>http://ianpurton.com/wordpress-recent-posts-plugin/#comment-2026</link>
		<dc:creator>Jay Unsworth</dc:creator>
		<pubDate>Sun, 19 Nov 2006 18:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/wordpress-recent-posts-plugin/#comment-2026</guid>
		<description>This is a great help! Thanks for this mate</description>
		<content:encoded><![CDATA[<p>This is a great help! Thanks for this mate</p>
]]></content:encoded>
	</item>
</channel>
</rss>
