<?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: The Excerpt Reloaded</title>
	<atom:link href="http://wpgarage.com/plugins/the-excerpt-reloaded/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com/plugins/the-excerpt-reloaded/</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Sun, 21 Mar 2010 04:21:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Preeti</title>
		<link>http://wpgarage.com/plugins/the-excerpt-reloaded/comment-page-1/#comment-15711</link>
		<dc:creator>Preeti</dc:creator>
		<pubDate>Sun, 12 Oct 2008 05:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/the-excerpt-reloaded/#comment-15711</guid>
		<description>Thanks Ryan. Replacing it with the_excerpt() worked. Now my page is working pretty fine. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Thanks Ryan. Replacing it with the_excerpt() worked. Now my page is working pretty fine. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://wpgarage.com/plugins/the-excerpt-reloaded/comment-page-1/#comment-15373</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 10 Oct 2008 05:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/the-excerpt-reloaded/#comment-15373</guid>
		<description>Preeti - Actually ... on looking at the function which is missing, it seems your theme is calling the_excerpt_reloaded() which is for a plugin. Either install the appropriate plugin or try replacing the_excerpt_reloaded() in your theme with the_excerpt().</description>
		<content:encoded><![CDATA[<p>Preeti &#8211; Actually &#8230; on looking at the function which is missing, it seems your theme is calling the_excerpt_reloaded() which is for a plugin. Either install the appropriate plugin or try replacing the_excerpt_reloaded() in your theme with the_excerpt().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://wpgarage.com/plugins/the-excerpt-reloaded/comment-page-1/#comment-15372</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 10 Oct 2008 05:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/the-excerpt-reloaded/#comment-15372</guid>
		<description>Preeti - That&#039;s a PHP error. We can&#039;t help without seeing the code.</description>
		<content:encoded><![CDATA[<p>Preeti &#8211; That&#8217;s a PHP error. We can&#8217;t help without seeing the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Preeti</title>
		<link>http://wpgarage.com/plugins/the-excerpt-reloaded/comment-page-1/#comment-15201</link>
		<dc:creator>Preeti</dc:creator>
		<pubDate>Thu, 09 Oct 2008 05:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/the-excerpt-reloaded/#comment-15201</guid>
		<description>I am creating a blog on wordpress and the theme i am using is giving this error...
&lt;strong&gt;Fatal error&lt;/strong&gt;:  Call to undefined function  the_excerpt_reloaded() in &lt;strong&gt;/home/askpreet/public_html/wp-content/themes/Blueblockwide/category.php&lt;/strong&gt; on line &lt;strong&gt;21
&lt;/strong&gt;Can anyone pls suggest me a solution?&lt;strong&gt;&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>I am creating a blog on wordpress and the theme i am using is giving this error&#8230;<br />
<strong>Fatal error</strong>:  Call to undefined function  the_excerpt_reloaded() in <strong>/home/askpreet/public_html/wp-content/themes/Blueblockwide/category.php</strong> on line <strong>21<br />
</strong>Can anyone pls suggest me a solution?<strong></strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Excerpt Reloaded: Another Reason Why Tags Aren&#8217;t Getting Closed</title>
		<link>http://wpgarage.com/plugins/the-excerpt-reloaded/comment-page-1/#comment-31</link>
		<dc:creator>The Excerpt Reloaded: Another Reason Why Tags Aren&#8217;t Getting Closed</dc:creator>
		<pubDate>Wed, 06 Jun 2007 04:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/the-excerpt-reloaded/#comment-31</guid>
		<description>[...] Miriam of Wordpress Garage commented that my first update to the_excerpt Reloaded did not fix an issue she was having at her site. I found the root cause of her problem and have a fix for this issue. I have updated my fix to the plugin, and you may download it from the box at the top of this article (and also from the download link in my original post). [...]</description>
		<content:encoded><![CDATA[<p>[...] Miriam of Wordpress Garage commented that my first update to the_excerpt Reloaded did not fix an issue she was having at her site. I found the root cause of her problem and have a fix for this issue. I have updated my fix to the plugin, and you may download it from the box at the top of this article (and also from the download link in my original post). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miriam</title>
		<link>http://wpgarage.com/plugins/the-excerpt-reloaded/comment-page-1/#comment-33</link>
		<dc:creator>Miriam</dc:creator>
		<pubDate>Tue, 05 Jun 2007 20:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/the-excerpt-reloaded/#comment-33</guid>
		<description>&lt;p&gt;Here is the function:&lt;/p&gt;
&lt;p&gt;&lt;?php the_excerpt_reloaded(120, &#039;&lt;a&gt;&lt;img&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;&lt;blockquote&gt;&lt;ul&gt;&lt;li&gt;&#039;); ?&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Here is the function:</p>
<p>&lt;?php the_excerpt_reloaded(120, &#8216;&lt;a&gt;&lt;img&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;&lt;blockquote&gt;&lt;ul&gt;&lt;li&gt;&#8217;); ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://wpgarage.com/plugins/the-excerpt-reloaded/comment-page-1/#comment-32</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 05 Jun 2007 20:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/the-excerpt-reloaded/#comment-32</guid>
		<description>To help me reproduce your problem, could you cut/paste your call to the function &quot;the_excerpt_reloaded()&quot; with all of your function parameters?</description>
		<content:encoded><![CDATA[<p>To help me reproduce your problem, could you cut/paste your call to the function &#8220;the_excerpt_reloaded()&#8221; with all of your function parameters?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miriam</title>
		<link>http://wpgarage.com/plugins/the-excerpt-reloaded/comment-page-1/#comment-34</link>
		<dc:creator>Miriam</dc:creator>
		<pubDate>Tue, 05 Jun 2007 19:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/the-excerpt-reloaded/#comment-34</guid>
		<description>Rob - I&#039;ve been trying to figure out what the problem is with the archives for ages, and I&#039;ve encountered the same problem on another site that I built. If you can figure out what it is, that would be amazing!</description>
		<content:encoded><![CDATA[<p>Rob &#8211; I&#8217;ve been trying to figure out what the problem is with the archives for ages, and I&#8217;ve encountered the same problem on another site that I built. If you can figure out what it is, that would be amazing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://wpgarage.com/plugins/the-excerpt-reloaded/comment-page-1/#comment-35</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 05 Jun 2007 15:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/the-excerpt-reloaded/#comment-35</guid>
		<description>Thanks for trying it out.  I think I fixed just 1 bug with the closing tags, but there are some others.  It seems like the problem on your site is from a different issue than the one I found.  When I get some time, I&#039;ll try to investigate your issue.</description>
		<content:encoded><![CDATA[<p>Thanks for trying it out.  I think I fixed just 1 bug with the closing tags, but there are some others.  It seems like the problem on your site is from a different issue than the one I found.  When I get some time, I&#8217;ll try to investigate your issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miriam</title>
		<link>http://wpgarage.com/plugins/the-excerpt-reloaded/comment-page-1/#comment-29</link>
		<dc:creator>Miriam</dc:creator>
		<pubDate>Tue, 05 Jun 2007 06:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/the-excerpt-reloaded/#comment-29</guid>
		<description>&lt;p&gt;Thanks Rob! I think that the problem you described about the missing closing tag applies to more than just closing paragraph tags. For example, if you click on my archives for May 2007 in the right-hand bar, you&#039;ll see that the whole page becomes one big blockquote, which I assume is the result of a missing closing blockquote tag.&lt;/p&gt;
&lt;p&gt;I just activated your plugin on this site. So far I can&#039;t really see a difference. Do you think it&#039;s possible to modify the plugin so that all HTML tags will having closing tags?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks Rob! I think that the problem you described about the missing closing tag applies to more than just closing paragraph tags. For example, if you click on my archives for May 2007 in the right-hand bar, you&#8217;ll see that the whole page becomes one big blockquote, which I assume is the result of a missing closing blockquote tag.</p>
<p>I just activated your plugin on this site. So far I can&#8217;t really see a difference. Do you think it&#8217;s possible to modify the plugin so that all HTML tags will having closing tags?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
