<?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>...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>Comment on Simple PHP Redirect in Wordpress by alexmansfield</title>
		<link>http://alexmansfield.com/wordpress/php-redirect-wordpress/comment-page-1/#comment-686</link>
		<dc:creator>alexmansfield</dc:creator>
		<pubDate>Wed, 01 Sep 2010 21:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=429#comment-686</guid>
		<description>You could either repeat the steps or use an if/elseif/ type structure. Just use whichever one is most comfortable to you.</description>
		<content:encoded><![CDATA[<p>You could either repeat the steps or use an if/elseif/ type structure. Just use whichever one is most comfortable to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple PHP Redirect in Wordpress by Karl</title>
		<link>http://alexmansfield.com/wordpress/php-redirect-wordpress/comment-page-1/#comment-684</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Sun, 29 Aug 2010 13:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=429#comment-684</guid>
		<description>Hi, Nice tip, works a treat, but how would you go about doing it on multiple pages, would you just keep repeating the steps, or can you creat if else steps, saving having all the code again in the header.

Cheers
Karl</description>
		<content:encoded><![CDATA[<p>Hi, Nice tip, works a treat, but how would you go about doing it on multiple pages, would you just keep repeating the steps, or can you creat if else steps, saving having all the code again in the header.</p>
<p>Cheers<br />
Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plugin: Easy Embed by Michael Nagel</title>
		<link>http://alexmansfield.com/plugins/easy-embed/comment-page-1/#comment-683</link>
		<dc:creator>Michael Nagel</dc:creator>
		<pubDate>Thu, 26 Aug 2010 18:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=453#comment-683</guid>
		<description>It works great!!! Thank you.
Look at http://esv-volleyball.2myhome.de/?page_id=44</description>
		<content:encoded><![CDATA[<p>It works great!!! Thank you.<br />
Look at <a href="http://esv-volleyball.2myhome.de/?page_id=44" rel="nofollow">http://esv-volleyball.2myhome.de/?page_id=44</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outline: the Ignored CSS Property by Oliver Nassar</title>
		<link>http://alexmansfield.com/css/css-outline/comment-page-1/#comment-682</link>
		<dc:creator>Oliver Nassar</dc:creator>
		<pubDate>Thu, 26 Aug 2010 02:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=442#comment-682</guid>
		<description>Great tips. Thanks.</description>
		<content:encoded><![CDATA[<p>Great tips. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress Plugin: Latest Posts by Author 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>Comment on Wordpress Plugin: Latest Posts by Author 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>Comment on Wordpress Plugin: Latest Posts by Author 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>Comment on Wordpress Plugin: Latest Posts by Author 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>Comment on Wordpress Plugin: Latest Posts by Author 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>Comment on Wordpress and SEO by mysuperwoofer</title>
		<link>http://alexmansfield.com/seo/wordpress-seo/comment-page-1/#comment-663</link>
		<dc:creator>mysuperwoofer</dc:creator>
		<pubDate>Sun, 18 Jul 2010 04:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://alexmansfield.com/?p=136#comment-663</guid>
		<description>thanks for writing seo tips on wordpress optimization, it is very useful for my job.</description>
		<content:encoded><![CDATA[<p>thanks for writing seo tips on wordpress optimization, it is very useful for my job.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
