<?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 for Alex Mansfield</title>
	<atom:link href="http://alexmansfield.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://alexmansfield.com</link>
	<description>WordPress Developer</description>
	<lastBuildDate>Thu, 16 Feb 2012 21:52:56 +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>Comment on WordPress Plugin: Latest Posts by Author by alexmansfield</title>
		<link>http://alexmansfield.com/plugins/latest-posts-by-author#comment-1160</link>
		<dc:creator>alexmansfield</dc:creator>
		<pubDate>Thu, 16 Feb 2012 21:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-1160</guid>
		<description>Thanks, and you&#039;re welcome!</description>
		<content:encoded><![CDATA[<p>Thanks, and you&#8217;re welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin: Latest Posts by Author by Jack Rugile</title>
		<link>http://alexmansfield.com/plugins/latest-posts-by-author#comment-1159</link>
		<dc:creator>Jack Rugile</dc:creator>
		<pubDate>Thu, 16 Feb 2012 21:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-1159</guid>
		<description>The new version looks great. Thank you for the credit, and good luck with future plugins!</description>
		<content:encoded><![CDATA[<p>The new version looks great. Thank you for the credit, and good luck with future plugins!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin: Latest Posts by Author by alexmansfield</title>
		<link>http://alexmansfield.com/plugins/latest-posts-by-author#comment-1158</link>
		<dc:creator>alexmansfield</dc:creator>
		<pubDate>Thu, 16 Feb 2012 21:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-1158</guid>
		<description>After a little research, I decide to rewrite my plugin using the WP_Query class rather than the $wpdb object. Rather than running a SQL query directly, it uses the standard WordPress query methods. I believe the &quot;posts-per-page&quot; setting in the new plugin code should restrict the amount of data pulled from the database. Let me know if you have any issues with the new version. Also, I credited you in the changelog: http://wordpress.org/extend/plugins/latest-posts-by-author/changelog/</description>
		<content:encoded><![CDATA[<p>After a little research, I decide to rewrite my plugin using the WP_Query class rather than the $wpdb object. Rather than running a SQL query directly, it uses the standard WordPress query methods. I believe the &#8220;posts-per-page&#8221; setting in the new plugin code should restrict the amount of data pulled from the database. Let me know if you have any issues with the new version. Also, I credited you in the changelog: <a href="http://wordpress.org/extend/plugins/latest-posts-by-author/changelog/" rel="nofollow">http://wordpress.org/extend/plugins/latest-posts-by-author/changelog/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin: Latest Posts by Author by alexmansfield</title>
		<link>http://alexmansfield.com/plugins/latest-posts-by-author#comment-1157</link>
		<dc:creator>alexmansfield</dc:creator>
		<pubDate>Thu, 16 Feb 2012 20:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-1157</guid>
		<description>That&#039;s a really good point. I&#039;ll have to look into that and get back to you.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a really good point. I&#8217;ll have to look into that and get back to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin: Latest Posts by Author by Jack Rugile</title>
		<link>http://alexmansfield.com/plugins/latest-posts-by-author#comment-1156</link>
		<dc:creator>Jack Rugile</dc:creator>
		<pubDate>Thu, 16 Feb 2012 20:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=377#comment-1156</guid>
		<description>Hey, thanks for the great plugin! Everything is working well. I just had a quick question.

I am concerned about performance for an author that has a large number of posts. The MySQL query seems to grab all of the author&#039;s posts, then loop through until the iterator reaches the value of $show, then break the loop. To increase performance and only grab what you need from the database, can&#039;t you add &quot;LIMIT $show&quot; to the end of the query (line20), and drop the for loop altogether? I don&#039;t know if this is possible (I don&#039;t work much with MySQL queries when it comes to WordPress, just wanted to throw it out there).

Let me know your thoughts, and thanks again!</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the great plugin! Everything is working well. I just had a quick question.</p>
<p>I am concerned about performance for an author that has a large number of posts. The MySQL query seems to grab all of the author&#8217;s posts, then loop through until the iterator reaches the value of $show, then break the loop. To increase performance and only grab what you need from the database, can&#8217;t you add &#8220;LIMIT $show&#8221; to the end of the query (line20), and drop the for loop altogether? I don&#8217;t know if this is possible (I don&#8217;t work much with MySQL queries when it comes to WordPress, just wanted to throw it out there).</p>
<p>Let me know your thoughts, and thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Taxonomy Tabs by alexmansfield</title>
		<link>http://alexmansfield.com/wordpress/wordpress-taxonomy-tabs#comment-1142</link>
		<dc:creator>alexmansfield</dc:creator>
		<pubDate>Tue, 31 Jan 2012 00:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=628#comment-1142</guid>
		<description>You&#039;re welcome!</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Taxonomy Tabs by Tineke inTOWN</title>
		<link>http://alexmansfield.com/wordpress/wordpress-taxonomy-tabs#comment-1138</link>
		<dc:creator>Tineke inTOWN</dc:creator>
		<pubDate>Sun, 29 Jan 2012 22:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=628#comment-1138</guid>
		<description>Thanks Alex, that was very helpful ...</description>
		<content:encoded><![CDATA[<p>Thanks Alex, that was very helpful &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing WordPress in a Subdirectory by alexmansfield</title>
		<link>http://alexmansfield.com/wordpress/wordpress-in-a-subdirectory#comment-1122</link>
		<dc:creator>alexmansfield</dc:creator>
		<pubDate>Wed, 11 Jan 2012 23:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/cms/?p=103#comment-1122</guid>
		<description>I think there could be a few different things that could cause such an issue. If you want to use the contact form on this site to send me a link to your website, I would be happy to take a look and see if I can figure out what went wrong.</description>
		<content:encoded><![CDATA[<p>I think there could be a few different things that could cause such an issue. If you want to use the contact form on this site to send me a link to your website, I would be happy to take a look and see if I can figure out what went wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing WordPress in a Subdirectory by lorddonk</title>
		<link>http://alexmansfield.com/wordpress/wordpress-in-a-subdirectory#comment-1120</link>
		<dc:creator>lorddonk</dc:creator>
		<pubDate>Wed, 11 Jan 2012 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/cms/?p=103#comment-1120</guid>
		<description>I have the same issue. I followed your steps exactly  except putting my site in a &quot;blog&quot; folder (and the site works!! woot!) but I am not able to get to my admin anymore. Neither http://example.com/wp-admin nor http://example.com/blog/wp-admin works. 

Only URL that works is http://example.com/wp-login.php. When I go there I get a really funky unstyled page, like Wordpress is broken or something. And then when I login the Admin bar appears at the top of the site, but none of the admin links will work - they all go to 404 not found pages.

Hoping you might have an answer!</description>
		<content:encoded><![CDATA[<p>I have the same issue. I followed your steps exactly  except putting my site in a &#8220;blog&#8221; folder (and the site works!! woot!) but I am not able to get to my admin anymore. Neither <a href="http://example.com/wp-admin" rel="nofollow">http://example.com/wp-admin</a> nor <a href="http://example.com/blog/wp-admin" rel="nofollow">http://example.com/blog/wp-admin</a> works. </p>
<p>Only URL that works is <a href="http://example.com/wp-login.php" rel="nofollow">http://example.com/wp-login.php</a>. When I go there I get a really funky unstyled page, like WordPress is broken or something. And then when I login the Admin bar appears at the top of the site, but none of the admin links will work &#8211; they all go to 404 not found pages.</p>
<p>Hoping you might have an answer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Image Sizes by alexmansfield</title>
		<link>http://alexmansfield.com/wordpress/wordpress-image-sizes#comment-1107</link>
		<dc:creator>alexmansfield</dc:creator>
		<pubDate>Wed, 28 Dec 2011 03:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=221#comment-1107</guid>
		<description>You&#039;re welcome!</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

