<?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/plugins/latest-posts-by-author</link>
	<description>WordPress Developer</description>
	<lastBuildDate>Tue, 31 Jan 2012 00:55:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: alexmansfield</title>
		<link>http://alexmansfield.com/plugins/latest-posts-by-author#comment-456</link>
		<dc:creator>alexmansfield</dc:creator>
		<pubDate>Fri, 24 Jun 2011 03:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-456</guid>
		<description>I changed line 24, so now it should be grabbing the permalink rather than using $post-&gt;guid. It turns out $post-&gt;guid isn&#039;t recommended for use in this situation anyway. I&#039;ve updated both my plugin in the WordPress repository and the code posted on this page. Thanks for pointing out the permalink issue.</description>
		<content:encoded><![CDATA[<p>I changed line 24, so now it should be grabbing the permalink rather than using $post->guid. It turns out $post->guid isn&#8217;t recommended for use in this situation anyway. I&#8217;ve updated both my plugin in the WordPress repository and the code posted on this page. Thanks for pointing out the permalink issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://alexmansfield.com/plugins/latest-posts-by-author#comment-433</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 05 Jun 2011 15:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-433</guid>
		<description>I think Antoine was referring to the fact that this plug in outputs the URLs as: domain.com/?p=1234 as opposed to domain.com/post-title/ Is this possible to accomplish using this plug in?</description>
		<content:encoded><![CDATA[<p>I think Antoine was referring to the fact that this plug in outputs the URLs as: domain.com/?p=1234 as opposed to domain.com/post-title/ Is this possible to accomplish using this plug in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://alexmansfield.com/plugins/latest-posts-by-author#comment-432</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 05 Jun 2011 04:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-432</guid>
		<description>I think what Antoine was referring to is that the list of related posts this plug in outputs don&#039;t have the permalink /domain/article-title as the URL they have the domain.com/?p=1234.

Is there a way to modify the plug in to output the permalink URL as opposed to the default?</description>
		<content:encoded><![CDATA[<p>I think what Antoine was referring to is that the list of related posts this plug in outputs don&#8217;t have the permalink /domain/article-title as the URL they have the domain.com/?p=1234.</p>
<p>Is there a way to modify the plug in to output the permalink URL as opposed to the default?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexmansfield</title>
		<link>http://alexmansfield.com/plugins/latest-posts-by-author#comment-88</link>
		<dc:creator>alexmansfield</dc:creator>
		<pubDate>Wed, 15 Dec 2010 05:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-88</guid>
		<description>@Deron Sorry for the delay. If you haven&#039;t figured it out already, you should be able to increase the spacing by adding margin and/or padding to the &quot;.latestbyauthor li&quot; elements with CSS.</description>
		<content:encoded><![CDATA[<p>@Deron Sorry for the delay. If you haven&#8217;t figured it out already, you should be able to increase the spacing by adding margin and/or padding to the &#8220;.latestbyauthor li&#8221; elements with CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexmansfield</title>
		<link>http://alexmansfield.com/plugins/latest-posts-by-author#comment-87</link>
		<dc:creator>alexmansfield</dc:creator>
		<pubDate>Wed, 15 Dec 2010 05:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-87</guid>
		<description>@dzu I wrote this plugin before WordPress added post thumbnail support, so it isn&#039;t built in at the moment. You can find the code to work with post thumbnails in the WordPress documentation:

http://codex.wordpress.org/Function_Reference/the_post_thumbnail

...and yes, it should work in the single page template.</description>
		<content:encoded><![CDATA[<p>@dzu I wrote this plugin before WordPress added post thumbnail support, so it isn&#8217;t built in at the moment. You can find the code to work with post thumbnails in the WordPress documentation:</p>
<p><a href="http://codex.wordpress.org/Function_Reference/the_post_thumbnail" rel="nofollow">http://codex.wordpress.org/Function_Reference/the_post_thumbnail</a></p>
<p>&#8230;and yes, it should work in the single page template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dzu</title>
		<link>http://alexmansfield.com/plugins/latest-posts-by-author#comment-86</link>
		<dc:creator>dzu</dc:creator>
		<pubDate>Tue, 14 Dec 2010 08:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-86</guid>
		<description>will this work to display in single page template?</description>
		<content:encoded><![CDATA[<p>will this work to display in single page template?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dzu</title>
		<link>http://alexmansfield.com/plugins/latest-posts-by-author#comment-85</link>
		<dc:creator>dzu</dc:creator>
		<pubDate>Tue, 14 Dec 2010 08:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-85</guid>
		<description>how can i show the related post together with the post thumbnail?</description>
		<content:encoded><![CDATA[<p>how can i show the related post together with the post thumbnail?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deron</title>
		<link>http://alexmansfield.com/plugins/latest-posts-by-author#comment-84</link>
		<dc:creator>Deron</dc:creator>
		<pubDate>Sun, 28 Nov 2010 13:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-84</guid>
		<description>Hi there, I tried to use it but the result shows up like this,

image: http://i51.tinypic.com/2ytv1xj.png

may i know how to make them have line break?

Thanks. lovely plugin you got here!</description>
		<content:encoded><![CDATA[<p>Hi there, I tried to use it but the result shows up like this,</p>
<p>image: <a href="http://i51.tinypic.com/2ytv1xj.png" rel="nofollow">http://i51.tinypic.com/2ytv1xj.png</a></p>
<p>may i know how to make them have line break?</p>
<p>Thanks. lovely plugin you got here!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexmansfield</title>
		<link>http://alexmansfield.com/plugins/latest-posts-by-author#comment-83</link>
		<dc:creator>alexmansfield</dc:creator>
		<pubDate>Thu, 14 Oct 2010 15:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-83</guid>
		<description>It appears that the &quot;guid&quot; column in the posts table needs to be updated with the new location. More info on that can be found here:

http://www.hashbangcode.com/blog/wordpress-database-changes-when-moving-site-470.html</description>
		<content:encoded><![CDATA[<p>It appears that the &#8220;guid&#8221; column in the posts table needs to be updated with the new location. More info on that can be found here:</p>
<p><a href="http://www.hashbangcode.com/blog/wordpress-database-changes-when-moving-site-470.html" rel="nofollow">http://www.hashbangcode.com/blog/wordpress-database-changes-when-moving-site-470.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Johnson</title>
		<link>http://alexmansfield.com/plugins/latest-posts-by-author#comment-82</link>
		<dc:creator>Josh Johnson</dc:creator>
		<pubDate>Thu, 14 Oct 2010 12:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-82</guid>
		<description>Hi , I had installed this plug in and it worked great, but I have recently moved the entire wordpress site to a different folder.  Everything else transferred fine, but this plug in still shows links using the old folder.  Is there an additional location where the URL needs to be updated?

Thanks,
Josh</description>
		<content:encoded><![CDATA[<p>Hi , I had installed this plug in and it worked great, but I have recently moved the entire wordpress site to a different folder.  Everything else transferred fine, but this plug in still shows links using the old folder.  Is there an additional location where the URL needs to be updated?</p>
<p>Thanks,<br />
Josh</p>
]]></content:encoded>
	</item>
</channel>
</rss>

