<?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 widget: TagPosts</title>
	<atom:link href="http://www.nightdrops.com/2010/wordpress-widget-tagposts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nightdrops.com/2010/wordpress-widget-tagposts/</link>
	<description>like the color blue</description>
	<lastBuildDate>Sun, 27 Jun 2010 09:33:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Andrea</title>
		<link>http://www.nightdrops.com/2010/wordpress-widget-tagposts/#comment-96</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Sat, 08 May 2010 09:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.nightdrops.com/?p=354#comment-96</guid>
		<description>Maybe you want to add a &quot;wp_reset_query()&quot; at the end of you loop.
Using your widget with multiple loops in a theme that has widget area BEFORE the post&#039;s loops (especially in a single post) causes serious problems.
Resetting the query with &quot;wp_reset_query()&quot; will solve the issue.</description>
		<content:encoded><![CDATA[<p>Maybe you want to add a &#8220;wp_reset_query()&#8221; at the end of you loop.<br />
Using your widget with multiple loops in a theme that has widget area BEFORE the post&#8217;s loops (especially in a single post) causes serious problems.<br />
Resetting the query with &#8220;wp_reset_query()&#8221; will solve the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jerel</title>
		<link>http://www.nightdrops.com/2010/wordpress-widget-tagposts/#comment-94</link>
		<dc:creator>jerel</dc:creator>
		<pubDate>Sun, 21 Mar 2010 07:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.nightdrops.com/?p=354#comment-94</guid>
		<description>thanks carlo, i&#039;ll have a look for that.</description>
		<content:encoded><![CDATA[<p>thanks carlo, i&#8217;ll have a look for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kajyr</title>
		<link>http://www.nightdrops.com/2010/wordpress-widget-tagposts/#comment-93</link>
		<dc:creator>kajyr</dc:creator>
		<pubDate>Sat, 20 Mar 2010 16:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.nightdrops.com/?p=354#comment-93</guid>
		<description>Hi Jerel, thanks :-)
For the size of the titles, you have to style them using CSS, in your blog theme.

Have fun!

Carlo.</description>
		<content:encoded><![CDATA[<p>Hi Jerel, thanks :-)<br />
For the size of the titles, you have to style them using CSS, in your blog theme.</p>
<p>Have fun!</p>
<p>Carlo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jerel</title>
		<link>http://www.nightdrops.com/2010/wordpress-widget-tagposts/#comment-92</link>
		<dc:creator>jerel</dc:creator>
		<pubDate>Sat, 20 Mar 2010 16:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.nightdrops.com/?p=354#comment-92</guid>
		<description>Hi Kajyr, thanks for making this plugin. It works a treat.
One request, can the titles actually be made smaller? it appears larger than the other words in the sidebar. I have no idea how to edit this. Thanks peace jerel</description>
		<content:encoded><![CDATA[<p>Hi Kajyr, thanks for making this plugin. It works a treat.<br />
One request, can the titles actually be made smaller? it appears larger than the other words in the sidebar. I have no idea how to edit this. Thanks peace jerel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kajyr</title>
		<link>http://www.nightdrops.com/2010/wordpress-widget-tagposts/#comment-91</link>
		<dc:creator>kajyr</dc:creator>
		<pubDate>Tue, 23 Feb 2010 22:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.nightdrops.com/?p=354#comment-91</guid>
		<description>Thanks for the message, i&#039;ll fix it now :-)
Carlo.</description>
		<content:encoded><![CDATA[<p>Thanks for the message, i&#8217;ll fix it now :-)<br />
Carlo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad</title>
		<link>http://www.nightdrops.com/2010/wordpress-widget-tagposts/#comment-90</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Tue, 23 Feb 2010 21:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.nightdrops.com/?p=354#comment-90</guid>
		<description>It seems I cant post a comment with the ul :( So just find that line and change &#039; for &quot;</description>
		<content:encoded><![CDATA[<p>It seems I cant post a comment with the ul :( So just find that line and change &#8216; for &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad</title>
		<link>http://www.nightdrops.com/2010/wordpress-widget-tagposts/#comment-89</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Tue, 23 Feb 2010 21:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.nightdrops.com/?p=354#comment-89</guid>
		<description>Hey, thanks for plugin. I&#039;ve found a bug. 

After:          // Post list
	           echo &quot;\n&quot;;
	             .
	             .
                     .

you had:	echo &#039;\n&#039;;

so fix it to echo &quot;\n&quot;;  (otherwise you&#039;ll have /n after displayed posts.</description>
		<content:encoded><![CDATA[<p>Hey, thanks for plugin. I&#8217;ve found a bug. </p>
<p>After:          // Post list<br />
	           echo &#8220;\n&#8221;;<br />
	             .<br />
	             .<br />
                     .</p>
<p>you had:	echo &#8216;\n&#8217;;</p>
<p>so fix it to echo &#8220;\n&#8221;;  (otherwise you&#8217;ll have /n after displayed posts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
