<?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 James Lao</title>
	<atom:link href="http://jameslao.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jameslao.com</link>
	<description>It&#039;s just software.</description>
	<lastBuildDate>Sat, 15 Oct 2011 17:46:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Category Posts Widget 3.2 by Peter Chester</title>
		<link>http://jameslao.com/2011/03/24/category-posts-widget-3-2/comment-page-1/#comment-15522</link>
		<dc:creator>Peter Chester</dc:creator>
		<pubDate>Sat, 15 Oct 2011 17:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=507#comment-15522</guid>
		<description>+1 on wanting to donate. How do we donate a contribution back to you?</description>
		<content:encoded><![CDATA[<p>+1 on wanting to donate. How do we donate a contribution back to you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Category Posts Widget 3.2 by ray</title>
		<link>http://jameslao.com/2011/03/24/category-posts-widget-3-2/comment-page-1/#comment-14746</link>
		<dc:creator>ray</dc:creator>
		<pubDate>Sun, 28 Aug 2011 03:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=507#comment-14746</guid>
		<description>hi, awesome plugin!

i&#039;d like to have my thumbnails link to the whole category it belongs to, instead of to it&#039;s permalink. 

what code do i need and where do i put it? 

please let me know, thanks so much

ray</description>
		<content:encoded><![CDATA[<p>hi, awesome plugin!</p>
<p>i&#8217;d like to have my thumbnails link to the whole category it belongs to, instead of to it&#8217;s permalink. </p>
<p>what code do i need and where do i put it? </p>
<p>please let me know, thanks so much</p>
<p>ray</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Category Posts Widget 3.2 by Rene Cunningham</title>
		<link>http://jameslao.com/2011/03/24/category-posts-widget-3-2/comment-page-1/#comment-14737</link>
		<dc:creator>Rene Cunningham</dc:creator>
		<pubDate>Sat, 27 Aug 2011 12:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=507#comment-14737</guid>
		<description>Thanks for the plugin James. Does exactly what I need for a WP 3.1.4 installation. 

Do let me know if you find yourself in Melbourne, Australia one day and I can thank you in person over a tea&#124;&#124;coffee&#124;&#124;b33r.</description>
		<content:encoded><![CDATA[<p>Thanks for the plugin James. Does exactly what I need for a WP 3.1.4 installation. </p>
<p>Do let me know if you find yourself in Melbourne, Australia one day and I can thank you in person over a tea||coffee||b33r.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Category Posts Widget 3.2 by Lars</title>
		<link>http://jameslao.com/2011/03/24/category-posts-widget-3-2/comment-page-1/#comment-14702</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Thu, 25 Aug 2011 11:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=507#comment-14702</guid>
		<description>oops ...the code got screwed up. Just give a shout if the code is needed</description>
		<content:encoded><![CDATA[<p>oops &#8230;the code got screwed up. Just give a shout if the code is needed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Category Posts Widget 3.2 by Lars</title>
		<link>http://jameslao.com/2011/03/24/category-posts-widget-3-2/comment-page-1/#comment-14701</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Thu, 25 Aug 2011 11:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=507#comment-14701</guid>
		<description>Hi James, excellent plugin! Thanks for your hard work.

I have a multi-lingual site (using the qtranslate plugin) the posts are translated but the widget title malfunctions. 

I&#039;ve manually updated the code since last update and wonder if u could consider including the fix in your future udpdates?

From:

if( $instance[&quot;title_link&quot;] )
 echo &#039;&lt;a&gt;&#039; . $instance[&quot;title&quot;] . &#039;&lt;/a&gt;&#039;;
 else
 echo $instance[&quot;title&quot;];

To:

if( $instance[&quot;title_link&quot;] )
 echo &#039;&lt;a&gt;&#039; . __($instance[&quot;title&quot;]) . &#039;&lt;/a&gt;&#039;;
 else
 echo __($instance[&quot;title&quot;]);


Many thanks

/Lars</description>
		<content:encoded><![CDATA[<p>Hi James, excellent plugin! Thanks for your hard work.</p>
<p>I have a multi-lingual site (using the qtranslate plugin) the posts are translated but the widget title malfunctions. </p>
<p>I&#8217;ve manually updated the code since last update and wonder if u could consider including the fix in your future udpdates?</p>
<p>From:</p>
<p>if( $instance["title_link"] )<br />
 echo &#8216;<a>&#8216; . $instance["title"] . &#8216;</a>&#8216;;<br />
 else<br />
 echo $instance["title"];</p>
<p>To:</p>
<p>if( $instance["title_link"] )<br />
 echo &#8216;<a>&#8216; . __($instance["title"]) . &#8216;</a>&#8216;;<br />
 else<br />
 echo __($instance["title"]);</p>
<p>Many thanks</p>
<p>/Lars</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Category Posts Widget 3.2 by Chris</title>
		<link>http://jameslao.com/2011/03/24/category-posts-widget-3-2/comment-page-1/#comment-14668</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 23 Aug 2011 23:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=507#comment-14668</guid>
		<description>Hi, great little plugin!
Question - how can you incorporate CSS into the widget? I would like to add some font attributes. I don&#039;t really know php well, to know where to add it in the Editor.
Thank you-</description>
		<content:encoded><![CDATA[<p>Hi, great little plugin!<br />
Question &#8211; how can you incorporate CSS into the widget? I would like to add some font attributes. I don&#8217;t really know php well, to know where to add it in the Editor.<br />
Thank you-</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Category Posts Widget 3.2 by Mac</title>
		<link>http://jameslao.com/2011/03/24/category-posts-widget-3-2/comment-page-1/#comment-14601</link>
		<dc:creator>Mac</dc:creator>
		<pubDate>Fri, 19 Aug 2011 23:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=507#comment-14601</guid>
		<description>Hi James,
good plugin indeed, thanks to share.
Someone knows how to change excerpt limit from &quot;word&quot; to &quot;character&quot;?
For a plugin that fits in a box it&#039;s important to know exactly how many characters can fill and &quot;Parallelepiped&quot; take more space than &quot;Hi&quot; :) but both count for 1 word.
Any helps is appreciated, thanks in advance.

Mac</description>
		<content:encoded><![CDATA[<p>Hi James,<br />
good plugin indeed, thanks to share.<br />
Someone knows how to change excerpt limit from &#8220;word&#8221; to &#8220;character&#8221;?<br />
For a plugin that fits in a box it&#8217;s important to know exactly how many characters can fill and &#8220;Parallelepiped&#8221; take more space than &#8220;Hi&#8221; <img src='http://jameslao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  but both count for 1 word.<br />
Any helps is appreciated, thanks in advance.</p>
<p>Mac</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Category Posts Widget 3.2 by Theis</title>
		<link>http://jameslao.com/2011/03/24/category-posts-widget-3-2/comment-page-1/#comment-14555</link>
		<dc:creator>Theis</dc:creator>
		<pubDate>Wed, 17 Aug 2011 09:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=507#comment-14555</guid>
		<description>Hey there just added your plugin to my site. The random function is not working and I can see in the comments its been like that for some time. 

Any chance of a fix soon or should I just look for another plugin :(

//Theis</description>
		<content:encoded><![CDATA[<p>Hey there just added your plugin to my site. The random function is not working and I can see in the comments its been like that for some time. </p>
<p>Any chance of a fix soon or should I just look for another plugin <img src='http://jameslao.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>//Theis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Category Posts Widget 3.2 by Spen</title>
		<link>http://jameslao.com/2011/03/24/category-posts-widget-3-2/comment-page-1/#comment-14437</link>
		<dc:creator>Spen</dc:creator>
		<pubDate>Tue, 09 Aug 2011 16:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=507#comment-14437</guid>
		<description>Hi James,

Thanks a million for making your plug-in available. Would you mind advising me how to get the first  tag to display &#039;class=&quot;first&quot;&#039;? 

I have attempted to adapt the instructions posted here: http://wordpress.org/support/topic/first-element-in-a-list-classcat-item-first?replies=9, but have not had much luck.

Huge thanks,

Spen</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>Thanks a million for making your plug-in available. Would you mind advising me how to get the first  tag to display &#8216;class=&#8221;first&#8221;&#8216;? </p>
<p>I have attempted to adapt the instructions posted here: <a href="http://wordpress.org/support/topic/first-element-in-a-list-classcat-item-first?replies=9" rel="nofollow">http://wordpress.org/support/topic/first-element-in-a-list-classcat-item-first?replies=9</a>, but have not had much luck.</p>
<p>Huge thanks,</p>
<p>Spen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Category Posts Widget 3.2 by Debbie</title>
		<link>http://jameslao.com/2011/03/24/category-posts-widget-3-2/comment-page-1/#comment-14436</link>
		<dc:creator>Debbie</dc:creator>
		<pubDate>Tue, 09 Aug 2011 15:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=507#comment-14436</guid>
		<description>Great Plugin! I&#039;m using it on a few of my client sites. Has anyone figured out the alphabetical ordering yet? I&#039;m trying to run a list of available painting - http://susankuznitsky.com/available-artwork-paintings.

Debbie</description>
		<content:encoded><![CDATA[<p>Great Plugin! I&#8217;m using it on a few of my client sites. Has anyone figured out the alphabetical ordering yet? I&#8217;m trying to run a list of available painting &#8211; <a href="http://susankuznitsky.com/available-artwork-paintings" rel="nofollow">http://susankuznitsky.com/available-artwork-paintings</a>.</p>
<p>Debbie</p>
]]></content:encoded>
	</item>
</channel>
</rss>

