<?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 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>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 18 Feb 2010 09:15:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian Clifton</title>
		<link>http://ianpurton.com/wordpress-recent-posts-plugin/comment-page-1/#comment-97</link>
		<dc:creator>Brian Clifton</dc:creator>
		<pubDate>Thu, 26 Mar 2009 23:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/wordpress-recent-posts-plugin/#comment-97</guid>
		<description>BTW, this is the example page:
http://www.advanced-web-metrics.com/blog/all-posts/</description>
		<content:encoded><![CDATA[<p>BTW, this is the example page:<br />
<a href="http://www.advanced-web-metrics.com/blog/all-posts/" rel="nofollow">http://www.advanced-web-metrics.com/blog/all-posts/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Clifton</title>
		<link>http://ianpurton.com/wordpress-recent-posts-plugin/comment-page-1/#comment-98</link>
		<dc:creator>Brian Clifton</dc:creator>
		<pubDate>Thu, 26 Mar 2009 23:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/wordpress-recent-posts-plugin/#comment-98</guid>
		<description>I am trying to be clever(ish) and use your script to generate a list of ALL post titles on a single page (possibly even include the contents of the description meta-tag as a snippet.

However pasting the php into a new WP generated page just gets rendered as text. Do you know a way around this WP?

I can&#039;t believe WP does not have this kind of feature by default - the only thing users can do is list the entire post content for categories but I just wan the more user friendly title/description tag.

TIA, Brian</description>
		<content:encoded><![CDATA[<p>I am trying to be clever(ish) and use your script to generate a list of ALL post titles on a single page (possibly even include the contents of the description meta-tag as a snippet.</p>
<p>However pasting the php into a new WP generated page just gets rendered as text. Do you know a way around this WP?</p>
<p>I can&#8217;t believe WP does not have this kind of feature by default &#8211; the only thing users can do is list the entire post content for categories but I just wan the more user friendly title/description tag.</p>
<p>TIA, Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Blank</title>
		<link>http://ianpurton.com/wordpress-recent-posts-plugin/comment-page-1/#comment-96</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-96</guid>
		<description>Great script! But can it be altered so that it will not list the post your are currently on?

i.e I&#039;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 &#8211; 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-page-1/#comment-95</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-95</guid>
		<description>Just a note ... I added the following line to your code in order to elimate &quot;pages&quot; from being displayed.  On the site that I was working on, I only wanted &quot;posts&quot; to display ...

After the line that contains the &quot;WHERE&quot; clause, I added:

   $sql .= &quot;AND $tableposts.post_type = &#039;post&#039; &quot;;

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-page-1/#comment-94</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-94</guid>
		<description>If you want to only include posts, add the following code to the script on the line BEFORE &quot;$sql .= &quot;GROUP BY $tableposts.ID ORDER BY.&quot;

Code to add: $sql .= &quot; AND $tableposts.post_type = &#039;post&#039; &quot;;</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-page-1/#comment-89</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-89</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-page-1/#comment-90</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-90</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-page-1/#comment-91</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-91</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-page-1/#comment-93</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-93</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-page-1/#comment-92</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-92</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>
</channel>
</rss>
