<?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: Better Text Widget</title>
	<atom:link href="http://brassblogs.com/cms-platforms/wordpress/better-text-widget/feed" rel="self" type="application/rss+xml" />
	<link>http://brassblogs.com/tutorials/better-text-widget</link>
	<description>Brass Blogs: Web Design &#38; Development</description>
	<lastBuildDate>Fri, 27 Apr 2012 18:20:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Shelly</title>
		<link>http://brassblogs.com/tutorials/better-text-widget#comment-416</link>
		<dc:creator>Shelly</dc:creator>
		<pubDate>Tue, 20 Jul 2010 12:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=218#comment-416</guid>
		<description>Hi AJ,
Okay, I&#039;m giving it a shot in an old 2.9 install I have on my localhost, and I&#039;m coming up with a couple of issues as well.  

I&#039;m going to fix the code up there - I&#039;ve tested it in 2.9 *and* 3.0 - and thank you for pointing it out for me! :)</description>
		<content:encoded><![CDATA[<p>Hi AJ,<br />
Okay, I&#8217;m giving it a shot in an old 2.9 install I have on my localhost, and I&#8217;m coming up with a couple of issues as well.  </p>
<p>I&#8217;m going to fix the code up there &#8211; I&#8217;ve tested it in 2.9 *and* 3.0 &#8211; and thank you for pointing it out for me! <img src='http://brassblogs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://brassblogs.com/tutorials/better-text-widget#comment-400</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Tue, 13 Jul 2010 00:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=218#comment-400</guid>
		<description>Hi Shelly....yes, tried it in WP 3 and also another install (locally on xampp) with 2.9.2 as well but didn&#039;t work. However, your new excerpt code change worked for 2.9.2 (just have to control how much of excerpt shows) but looks like something else is affecting it in WP 3.0 still.</description>
		<content:encoded><![CDATA[<p>Hi Shelly&#8230;.yes, tried it in WP 3 and also another install (locally on xampp) with 2.9.2 as well but didn&#8217;t work. However, your new excerpt code change worked for 2.9.2 (just have to control how much of excerpt shows) but looks like something else is affecting it in WP 3.0 still.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shelly</title>
		<link>http://brassblogs.com/tutorials/better-text-widget#comment-399</link>
		<dc:creator>Shelly</dc:creator>
		<pubDate>Mon, 12 Jul 2010 22:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=218#comment-399</guid>
		<description>Thanks Daniel - I&#039;ll fix that now.

AJ - are you running WP 3.0? Because I had the same problem when I upgraded to 3.0 :) (This might also work in earlier versions, I don&#039;t know. Before, what&#039;s above worked fine - I just noticed the issue in 3.0).

Basically, you change these two lines:
&lt;code&gt;
$thispost = get_post($id);
$excerpt = $thispost-&gt;post_excerpt;
&lt;/code&gt;

to this:
&lt;code&gt;
$excerpt =  get_the_excerpt();
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thanks Daniel &#8211; I&#8217;ll fix that now.</p>
<p>AJ &#8211; are you running WP 3.0? Because I had the same problem when I upgraded to 3.0 <img src='http://brassblogs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (This might also work in earlier versions, I don&#8217;t know. Before, what&#8217;s above worked fine &#8211; I just noticed the issue in 3.0).</p>
<p>Basically, you change these two lines:<br />
<code><br />
$thispost = get_post($id);<br />
$excerpt = $thispost->post_excerpt;<br />
</code></p>
<p>to this:<br />
<code><br />
$excerpt =  get_the_excerpt();<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://brassblogs.com/tutorials/better-text-widget#comment-398</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Mon, 12 Jul 2010 21:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=218#comment-398</guid>
		<description>This one function widget is definitely going to the top of my list as favorites and thanks also to Daniel about that curly bracket because it helped. Anyway, everything is great, except I can&#039;t seem to get excerpts in the front-end. It&#039;s just the image and the read more link.</description>
		<content:encoded><![CDATA[<p>This one function widget is definitely going to the top of my list as favorites and thanks also to Daniel about that curly bracket because it helped. Anyway, everything is great, except I can&#8217;t seem to get excerpts in the front-end. It&#8217;s just the image and the read more link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Wiener</title>
		<link>http://brassblogs.com/tutorials/better-text-widget#comment-317</link>
		<dc:creator>Daniel Wiener</dc:creator>
		<pubDate>Sat, 27 Mar 2010 13:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=218#comment-317</guid>
		<description>Thanks for the code. It is very helpful, both in itself and as a tool to help learn how to make widgets. 

But one thing you need a &quot;}&quot; after

function easier_text_widgets() {
register_widget( &#039;Easier_Text_Widget&#039; );

It breaks without it.

Thanks 

Daniel</description>
		<content:encoded><![CDATA[<p>Thanks for the code. It is very helpful, both in itself and as a tool to help learn how to make widgets. </p>
<p>But one thing you need a &#8220;}&#8221; after</p>
<p>function easier_text_widgets() {<br />
register_widget( &#8216;Easier_Text_Widget&#8217; );</p>
<p>It breaks without it.</p>
<p>Thanks </p>
<p>Daniel</p>
]]></content:encoded>
	</item>
</channel>
</rss>

