<?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: Category Posts Widget 3.0</title>
	<atom:link href="http://jameslao.com/2009/12/30/category-posts-widget-3-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://jameslao.com/2009/12/30/category-posts-widget-3-0/</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>By: Kelly</title>
		<link>http://jameslao.com/2009/12/30/category-posts-widget-3-0/comment-page-4/#comment-11955</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Thu, 24 Mar 2011 22:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=366#comment-11955</guid>
		<description>Any way to include a bullet point on each item in the widget?</description>
		<content:encoded><![CDATA[<p>Any way to include a bullet point on each item in the widget?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mary Li</title>
		<link>http://jameslao.com/2009/12/30/category-posts-widget-3-0/comment-page-4/#comment-11931</link>
		<dc:creator>Mary Li</dc:creator>
		<pubDate>Thu, 24 Mar 2011 01:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=366#comment-11931</guid>
		<description>Hi James,

Not sure if my earlier message went through or if you&#039;re in the middle of approving it.
The widget is great and does its job, thanks.

However - I also installed wp e-commerce plugin and when I&#039;m on my product pages, the widget gets all funny:

Normal state: http://www.aroomthatspeaks.com/about-us/ (see projects widget on left)
Weird state: http://www.aroomthatspeaks.com/products-page/architecture/ (see project widgets on left)

Anyway to fix this?</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>Not sure if my earlier message went through or if you&#8217;re in the middle of approving it.<br />
The widget is great and does its job, thanks.</p>
<p>However &#8211; I also installed wp e-commerce plugin and when I&#8217;m on my product pages, the widget gets all funny:</p>
<p>Normal state: <a href="http://www.aroomthatspeaks.com/about-us/" rel="nofollow">http://www.aroomthatspeaks.com/about-us/</a> (see projects widget on left)<br />
Weird state: <a href="http://www.aroomthatspeaks.com/products-page/architecture/" rel="nofollow">http://www.aroomthatspeaks.com/products-page/architecture/</a> (see project widgets on left)</p>
<p>Anyway to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ace</title>
		<link>http://jameslao.com/2009/12/30/category-posts-widget-3-0/comment-page-4/#comment-11890</link>
		<dc:creator>Ace</dc:creator>
		<pubDate>Wed, 23 Mar 2011 04:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=366#comment-11890</guid>
		<description>My code doesn&#039;t appear in the above comment, looks like the php was stripped out.

Just wanted to say that I changed the_excerpt to the_content because I wanted the full post to display. If you support the plugin in the future, that&#039;d be a great option to include.

Thanks!</description>
		<content:encoded><![CDATA[<p>My code doesn&#8217;t appear in the above comment, looks like the php was stripped out.</p>
<p>Just wanted to say that I changed the_excerpt to the_content because I wanted the full post to display. If you support the plugin in the future, that&#8217;d be a great option to include.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ace</title>
		<link>http://jameslao.com/2009/12/30/category-posts-widget-3-0/comment-page-4/#comment-11889</link>
		<dc:creator>Ace</dc:creator>
		<pubDate>Wed, 23 Mar 2011 04:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=366#comment-11889</guid>
		<description>Hi!

I&#039;ve been using your widget, but I had to change: 
&lt;code&gt;
                        
                        
                        
&lt;/code&gt;
to:
&lt;code&gt; 
                        
&lt;/code&gt;

If you continue supporting this, please add an option to allow the full post.

Thanks!
- Ace</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I&#8217;ve been using your widget, but I had to change:<br />
<code></p>
<p></code><br />
to:<br />
<code> </p>
<p></code></p>
<p>If you continue supporting this, please add an option to allow the full post.</p>
<p>Thanks!<br />
- Ace</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen van Wissen</title>
		<link>http://jameslao.com/2009/12/30/category-posts-widget-3-0/comment-page-4/#comment-11554</link>
		<dc:creator>Jeroen van Wissen</dc:creator>
		<pubDate>Mon, 14 Mar 2011 21:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=366#comment-11554</guid>
		<description>Could you please add something like:

$instance[&quot;title&quot;] = apply_filters(&#039;widget_title&#039;, $instance[&#039;title&#039;]);

somewhere after the 

if( !$instance[&quot;title&quot;] ) { ... }

Would be great for internationalization etc..</description>
		<content:encoded><![CDATA[<p>Could you please add something like:</p>
<p>$instance["title"] = apply_filters(&#8216;widget_title&#8217;, $instance['title']);</p>
<p>somewhere after the </p>
<p>if( !$instance["title"] ) { &#8230; }</p>
<p>Would be great for internationalization etc..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Kelsoe</title>
		<link>http://jameslao.com/2009/12/30/category-posts-widget-3-0/comment-page-4/#comment-11513</link>
		<dc:creator>Charles Kelsoe</dc:creator>
		<pubDate>Fri, 11 Mar 2011 17:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=366#comment-11513</guid>
		<description>It was resolved when I removed the post date. It would be nice to control those elements with CSS or other settings in the widget.</description>
		<content:encoded><![CDATA[<p>It was resolved when I removed the post date. It would be nice to control those elements with CSS or other settings in the widget.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Kelsoe</title>
		<link>http://jameslao.com/2009/12/30/category-posts-widget-3-0/comment-page-4/#comment-11512</link>
		<dc:creator>Charles Kelsoe</dc:creator>
		<pubDate>Fri, 11 Mar 2011 17:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=366#comment-11512</guid>
		<description>Hi - thanks for a great plugin. Is there a way to control the spacing between the post title and the post contents? Is there css tags? 

You can view the site above and see the issue of extra space between the title and the content.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi &#8211; thanks for a great plugin. Is there a way to control the spacing between the post title and the post contents? Is there css tags? </p>
<p>You can view the site above and see the issue of extra space between the title and the content.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Stembridge</title>
		<link>http://jameslao.com/2009/12/30/category-posts-widget-3-0/comment-page-3/#comment-11432</link>
		<dc:creator>David Stembridge</dc:creator>
		<pubDate>Mon, 07 Mar 2011 02:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=366#comment-11432</guid>
		<description>It doesn&#039;t appear to be working in Wordpress 3.1

Any timeframe for compatible version? LOVE this plugin!!!</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t appear to be working in WordPress 3.1</p>
<p>Any timeframe for compatible version? LOVE this plugin!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebGuru</title>
		<link>http://jameslao.com/2009/12/30/category-posts-widget-3-0/comment-page-3/#comment-11416</link>
		<dc:creator>WebGuru</dc:creator>
		<pubDate>Sat, 05 Mar 2011 20:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=366#comment-11416</guid>
		<description>Hi, great plugin, I use it on several sites. I know this has not been updated in a while, but I think the option of not having a title displayed would be great.  I modded the plugin (to the best of my ability) to not show a title, something I needed for a specific site.</description>
		<content:encoded><![CDATA[<p>Hi, great plugin, I use it on several sites. I know this has not been updated in a while, but I think the option of not having a title displayed would be great.  I modded the plugin (to the best of my ability) to not show a title, something I needed for a specific site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Candelaria</title>
		<link>http://jameslao.com/2009/12/30/category-posts-widget-3-0/comment-page-3/#comment-11203</link>
		<dc:creator>Candelaria</dc:creator>
		<pubDate>Mon, 21 Feb 2011 14:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/?p=366#comment-11203</guid>
		<description>hi. 
i need to change de text &quot;read more &quot; to &quot;Leer más&quot; and i cant find the line to do in the cat-posts.php, please any help!
thanks.-
pd: sorry my bad english i speak spanish.</description>
		<content:encoded><![CDATA[<p>hi.<br />
i need to change de text &#8220;read more &#8221; to &#8220;Leer más&#8221; and i cant find the line to do in the cat-posts.php, please any help!<br />
thanks.-<br />
pd: sorry my bad english i speak spanish.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

