<?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 Plugin: Latest Posts by Author</title>
	<atom:link href="http://alexmansfield.com/wordpress/latest-posts-by-author/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexmansfield.com/wordpress/latest-posts-by-author</link>
	<description>...and his blogging expirement.</description>
	<lastBuildDate>Wed, 01 Sep 2010 21:19:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alexmansfield</title>
		<link>http://alexmansfield.com/wordpress/latest-posts-by-author/comment-page-1/#comment-680</link>
		<dc:creator>alexmansfield</dc:creator>
		<pubDate>Fri, 20 Aug 2010 16:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-680</guid>
		<description>Thanks for posting your solution, G01010!</description>
		<content:encoded><![CDATA[<p>Thanks for posting your solution, G01010!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G01010</title>
		<link>http://alexmansfield.com/wordpress/latest-posts-by-author/comment-page-1/#comment-679</link>
		<dc:creator>G01010</dc:creator>
		<pubDate>Fri, 20 Aug 2010 13:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-679</guid>
		<description>Actually, don&#039;t worry. I used this:

&lt;code&gt;$numposts = $wpdb-&gt;get_results(&#039;SELECT ID, post_author, post_title FROM &#039;.$wpdb-&gt;posts.&#039; WHERE post_status=\&#039;publish\&#039; AND post_type=\&#039;post\&#039; GROUP BY ID ORDER BY ID DESC&#039;);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Actually, don&#8217;t worry. I used this:</p>
<p><code>$numposts = $wpdb-&gt;get_results('SELECT ID, post_author, post_title FROM '.$wpdb-&gt;posts.' WHERE post_status=\'publish\' AND post_type=\'post\' GROUP BY ID ORDER BY ID DESC');</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G01010</title>
		<link>http://alexmansfield.com/wordpress/latest-posts-by-author/comment-page-1/#comment-678</link>
		<dc:creator>G01010</dc:creator>
		<pubDate>Fri, 20 Aug 2010 13:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-678</guid>
		<description>Hi there,

Any tips on how to modify this to display the latest post for more than one author?</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Any tips on how to modify this to display the latest post for more than one author?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexmansfield</title>
		<link>http://alexmansfield.com/wordpress/latest-posts-by-author/comment-page-1/#comment-671</link>
		<dc:creator>alexmansfield</dc:creator>
		<pubDate>Fri, 23 Jul 2010 20:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-671</guid>
		<description>Thanks Eric! I&#039;m glad you found it helpful.</description>
		<content:encoded><![CDATA[<p>Thanks Eric! I&#8217;m glad you found it helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://alexmansfield.com/wordpress/latest-posts-by-author/comment-page-1/#comment-670</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 23 Jul 2010 17:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-670</guid>
		<description>I can only say the following: Your plugin is great because it is written well, easy to install and quite funtional!</description>
		<content:encoded><![CDATA[<p>I can only say the following: Your plugin is great because it is written well, easy to install and quite funtional!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexmansfield</title>
		<link>http://alexmansfield.com/wordpress/latest-posts-by-author/comment-page-1/#comment-475</link>
		<dc:creator>alexmansfield</dc:creator>
		<pubDate>Fri, 28 May 2010 23:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-475</guid>
		<description>Thanks Steve!</description>
		<content:encoded><![CDATA[<p>Thanks Steve!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve W</title>
		<link>http://alexmansfield.com/wordpress/latest-posts-by-author/comment-page-1/#comment-474</link>
		<dc:creator>Steve W</dc:creator>
		<pubDate>Fri, 28 May 2010 09:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-474</guid>
		<description>&lt;code&gt;do_shortcode(&#039;[latestbyauthor author=&quot;&#039;. the_author().&#039;&quot; show=&quot;3&quot;] &#039;);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code>do_shortcode('[latestbyauthor author="'. the_author().'" show="3"] ');</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve W</title>
		<link>http://alexmansfield.com/wordpress/latest-posts-by-author/comment-page-1/#comment-473</link>
		<dc:creator>Steve W</dc:creator>
		<pubDate>Fri, 28 May 2010 09:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-473</guid>
		<description>In reply to shaun - if you add the code inside the loop you can use this syntax: 		

&lt;code&gt;&lt;/code&gt;

So it&#039;s picking up the author name from the loop.</description>
		<content:encoded><![CDATA[<p>In reply to shaun &#8211; if you add the code inside the loop you can use this syntax: 		</p>
<p><code></code></p>
<p>So it&#8217;s picking up the author name from the loop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexmansfield</title>
		<link>http://alexmansfield.com/wordpress/latest-posts-by-author/comment-page-1/#comment-363</link>
		<dc:creator>alexmansfield</dc:creator>
		<pubDate>Wed, 28 Apr 2010 15:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-363</guid>
		<description>I couldn&#039;t find &quot;username&quot; in the script, so I assume that you are speaking of &quot;user_login&quot; at the beginning of the script. It is simply looking for posts by the author with that username. If that&#039;s not what you were trying to accomplish, please post a few more details and I&#039;ll see what I can do for you.</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t find &#8220;username&#8221; in the script, so I assume that you are speaking of &#8220;user_login&#8221; at the beginning of the script. It is simply looking for posts by the author with that username. If that&#8217;s not what you were trying to accomplish, please post a few more details and I&#8217;ll see what I can do for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serhat</title>
		<link>http://alexmansfield.com/wordpress/latest-posts-by-author/comment-page-1/#comment-352</link>
		<dc:creator>Serhat</dc:creator>
		<pubDate>Tue, 27 Apr 2010 12:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-352</guid>
		<description>How do i change &quot;username&quot; to &quot;author&quot;? 

This code i want to show &quot;authors&quot; post. Can you help me? Thank you.

</description>
		<content:encoded><![CDATA[<p>How do i change &#8220;username&#8221; to &#8220;author&#8221;? </p>
<p>This code i want to show &#8220;authors&#8221; post. Can you help me? Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
