<?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: Get Better Excerpt Plugin for WordPress</title>
	<atom:link href="http://www.thisismyurl.com/free-downloads/get-better-excerpt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thisismyurl.com/free-downloads/get-better-excerpt/</link>
	<description>Web Development, Online Marketing &#38; Graphic Design</description>
	<lastBuildDate>Sun, 14 Feb 2010 22:01:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brock</title>
		<link>http://www.thisismyurl.com/free-downloads/get-better-excerpt/comment-page-1/#comment-8208</link>
		<dc:creator>Brock</dc:creator>
		<pubDate>Fri, 22 Jan 2010 01:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismyurl.com/?p=5305#comment-8208</guid>
		<description>I don&#039;t know if you&#039;re taking bug reports here, but this will address the previous two comments.

The last line of the get_better_excerpt function tries to use $show, which is never instantiated. It currently reads:

if ($show) {echo $excerpt;} else {return $excerpt;}

But it should be:

if ($ns_options[&#039;show&#039;]) {echo $excerpt;} else {return $excerpt;}

Victor and Andrew, you have two options to fix your problem:

1. Go into the get-better-excerpt.php file and replace that last line.
2. In your theme where you call get_better_excerpt(), put an echo statement right before it. By default, the function is returning the excerpt instead of printing it out.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if you&#8217;re taking bug reports here, but this will address the previous two comments.</p>
<p>The last line of the get_better_excerpt function tries to use $show, which is never instantiated. It currently reads:</p>
<p>if ($show) {echo $excerpt;} else {return $excerpt;}</p>
<p>But it should be:</p>
<p>if ($ns_options['show']) {echo $excerpt;} else {return $excerpt;}</p>
<p>Victor and Andrew, you have two options to fix your problem:</p>
<p>1. Go into the get-better-excerpt.php file and replace that last line.<br />
2. In your theme where you call get_better_excerpt(), put an echo statement right before it. By default, the function is returning the excerpt instead of printing it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Koop</title>
		<link>http://www.thisismyurl.com/free-downloads/get-better-excerpt/comment-page-1/#comment-7142</link>
		<dc:creator>Andrew Koop</dc:creator>
		<pubDate>Fri, 09 Oct 2009 20:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismyurl.com/?p=5305#comment-7142</guid>
		<description>I&#039;m having a the same trouble, Victor. Did you ever find a solution? Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a the same trouble, Victor. Did you ever find a solution? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.thisismyurl.com/free-downloads/get-better-excerpt/comment-page-1/#comment-6645</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Sun, 09 Aug 2009 20:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismyurl.com/?p=5305#comment-6645</guid>
		<description>I tried a straight substitute of the_content() with get_better_excerpt() in my theme&#039;s index.php file and all I get is a blank space.</description>
		<content:encoded><![CDATA[<p>I tried a straight substitute of the_content() with get_better_excerpt() in my theme&#8217;s index.php file and all I get is a blank space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Plugins &#38; Themes :: Christopher Ross</title>
		<link>http://www.thisismyurl.com/free-downloads/get-better-excerpt/comment-page-1/#comment-5785</link>
		<dc:creator>WordPress Plugins &#38; Themes :: Christopher Ross</dc:creator>
		<pubDate>Sun, 07 Jun 2009 14:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismyurl.com/?p=5305#comment-5785</guid>
		<description>[...] Get Better Excerpt Plugin for WordPress New! The Get Better Excerpt plugin works almost identical to the built in get_the_excerpt() and the_excerpt() functions except it returns whole words. [...]</description>
		<content:encoded><![CDATA[<p>[...] Get Better Excerpt Plugin for WordPress New! The Get Better Excerpt plugin works almost identical to the built in get_the_excerpt() and the_excerpt() functions except it returns whole words. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
