<?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: Rich Text Tag, Category, and Taxonomy Descriptions for&#160;WordPress</title>
	<atom:link href="http://www.seodenver.com/rich-text-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seodenver.com/rich-text-tags/</link>
	<description>Websites designed and optimized for results.</description>
	<lastBuildDate>Thu, 18 Mar 2010 18:28:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Richard</title>
		<link>http://www.seodenver.com/rich-text-tags/comment-page-1/#comment-2391</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 24 Feb 2010 20:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.seodenver.com/?p=996#comment-2391</guid>
		<description>To allow images you need to add this to the functions file
&lt;code&gt;remove_filter( &#039;term_description&#039;, &#039;wp_kses_data&#039; );
remove_filter( &#039;pre_term_description&#039;, &#039;wp_filter_kses&#039; ); /*added to allow tag images and html*/ &lt;/code&gt; I use it and it works on 2.9.2</description>
		<content:encoded><![CDATA[<p>To allow images you need to add this to the functions file<br />
&lt;code&gt;remove_filter( &#8216;term_description&#8217;, &#8216;wp_kses_data&#8217; );<br />
remove_filter( &#8216;pre_term_description&#8217;, &#8216;wp_filter_kses&#8217; ); /*added to allow tag images and html*/ &lt;/code&gt; I use it and it works on 2.9.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot Hacker</title>
		<link>http://www.seodenver.com/rich-text-tags/comment-page-1/#comment-2332</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Thu, 11 Feb 2010 00:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.seodenver.com/?p=996#comment-2332</guid>
		<description>Ack - paragraph breaks are being stripped out in 2.9.1 (like JHouse says above). This is a show stopper.
The other plugin with similar functionality:
http://www.laptoptips.ca/projects/category-description-editor/
doesn&#039;t have this problem, but it doesn&#039;t allow direct media upload like yours does. If only the bugs in these two plugins would cancel each other out...</description>
		<content:encoded><![CDATA[<p>Ack &#8211; paragraph breaks are being stripped out in 2.9.1 (like JHouse says above). This is a show stopper.<br />
The other plugin with similar functionality:<br />
<a  href="http://www.laptoptips.ca/projects/category-description-editor/">http://www.laptoptips.ca/projects/category-description-editor/</a><br />
doesn&#8217;t have this problem, but it doesn&#8217;t allow direct media upload like yours does. If only the bugs in these two plugins would cancel each other out&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot Hacker</title>
		<link>http://www.seodenver.com/rich-text-tags/comment-page-1/#comment-2331</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Wed, 10 Feb 2010 23:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.seodenver.com/?p=996#comment-2331</guid>
		<description>This plugin isn&#039;t stripping out the IMG tags - you can save and then view source to confirm that your image paths are still there. The problem is that as of WP 2.9, the WP category_description function strips out IMG and other tags.
The fix is here, and it&#039;s simple:
http://wordpress.org/support/topic/343659?replies=7
Nutshell: Just use this in your archive.php template instead:
$category = get_the_category();
 echo $category[0]-&gt;category_description;</description>
		<content:encoded><![CDATA[<p>This plugin isn&#8217;t stripping out the IMG tags &#8211; you can save and then view source to confirm that your image paths are still there. The problem is that as of WP 2.9, the WP category_description function strips out IMG and other tags.<br />
The fix is here, and it&#8217;s simple:<br />
<a  href="http://wordpress.org/support/topic/343659?replies=7">http://wordpress.org/support/topic/343659?replies=7</a><br />
Nutshell: Just use this in your archive.php template instead:<br />
$category = get_the_category();<br />
 echo $category[0]-&gt;category_description;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JHouse</title>
		<link>http://www.seodenver.com/rich-text-tags/comment-page-1/#comment-2302</link>
		<dc:creator>JHouse</dc:creator>
		<pubDate>Fri, 05 Feb 2010 04:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.seodenver.com/?p=996#comment-2302</guid>
		<description>Very cool plugin. I got it working partially, but I couldn&#039;t separate the text into paragraphs. Well, I could in the editor, but it wouldn&#039;t show on the main site. I added the function code you provided as well, but no dice. Also, every time I added pasted text (I was working on text in a text editor), it would oddly add it twice. Any thoughts as to what&#039;s causing this?
Thanks.</description>
		<content:encoded><![CDATA[<p>Very cool plugin. I got it working partially, but I couldn&#8217;t separate the text into paragraphs. Well, I could in the editor, but it wouldn&#8217;t show on the main site. I added the function code you provided as well, but no dice. Also, every time I added pasted text (I was working on text in a text editor), it would oddly add it twice. Any thoughts as to what&#8217;s causing this?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sjoerd</title>
		<link>http://www.seodenver.com/rich-text-tags/comment-page-1/#comment-2271</link>
		<dc:creator>Sjoerd</dc:creator>
		<pubDate>Fri, 29 Jan 2010 20:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.seodenver.com/?p=996#comment-2271</guid>
		<description>Hi,
Did you already find a solution for the problem with the &lt;li&gt; and &lt;img&gt; tags? I&#039;ve used allot of lists in my tag descriptions and WP strips them all.. :S
Bye,
Sjoerd</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Did you already find a solution for the problem with the &lt;li&gt; and &lt;img&gt; tags? I&#8217;ve used allot of lists in my tag descriptions and WP strips them all.. :S<br />
Bye,<br />
Sjoerd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damiano</title>
		<link>http://www.seodenver.com/rich-text-tags/comment-page-1/#comment-2184</link>
		<dc:creator>Damiano</dc:creator>
		<pubDate>Fri, 08 Jan 2010 17:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.seodenver.com/?p=996#comment-2184</guid>
		<description>Hi,
adding that string doesn&#039;t work, at least for &lt;li&gt; and &lt;img&gt; image... I also upgraded to Wordpress 2.9.1. If I&#039;ll find something useful, I&#039;ll posti it here.
Bye</description>
		<content:encoded><![CDATA[<p>Hi,<br />
adding that string doesn&#8217;t work, at least for &lt;li&gt; and &lt;img&gt; image&#8230; I also upgraded to Wordpress 2.9.1. If I&#8217;ll find something useful, I&#8217;ll posti it here.<br />
Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack Katz</title>
		<link>http://www.seodenver.com/rich-text-tags/comment-page-1/#comment-2090</link>
		<dc:creator>Zack Katz</dc:creator>
		<pubDate>Thu, 31 Dec 2009 18:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.seodenver.com/?p=996#comment-2090</guid>
		<description>&lt;p&gt;Hi Damiano, that should have been taking care of automatically when using the plugin...but you can always try adding the same code again to your functions.php file:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;remove_filter( &#039;pre_term_description&#039;, &#039;wp_filter_kses&#039; );&lt;/code&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Damiano, that should have been taking care of automatically when using the plugin&#8230;but you can always try adding the same code again to your functions.php file:</p>
<p><code>remove_filter( 'pre_term_description', 'wp_filter_kses' );</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damiano</title>
		<link>http://www.seodenver.com/rich-text-tags/comment-page-1/#comment-2082</link>
		<dc:creator>Damiano</dc:creator>
		<pubDate>Wed, 30 Dec 2009 16:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.seodenver.com/?p=996#comment-2082</guid>
		<description>Hi! Great plugin, but seems that category_description() strips the html tags out from descriptions... Any hints? I&#039;m using Wordpress 2.9. Thank you however!</description>
		<content:encoded><![CDATA[<p>Hi! Great plugin, but seems that category_description() strips the html tags out from descriptions&#8230; Any hints? I&#8217;m using Wordpress 2.9. Thank you however!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wtyczki &#8211; Dexter&#160;&#124;&#160;NucleON IT Business Services &#8211; Test Site</title>
		<link>http://www.seodenver.com/rich-text-tags/comment-page-1/#comment-2040</link>
		<dc:creator>Wtyczki &#8211; Dexter&#160;&#124;&#160;NucleON IT Business Services &#8211; Test Site</dc:creator>
		<pubDate>Wed, 02 Dec 2009 03:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.seodenver.com/?p=996#comment-2040</guid>
		<description>[...] Wersja 1.0.3 &#124; Autor: Katz Web Services, Inc. &#124; Odwiedź stronę wtyczki [...]</description>
		<content:encoded><![CDATA[<p>[...] Wersja 1.0.3 | Autor: Katz Web Services, Inc. | Odwiedź stronę wtyczki [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen</title>
		<link>http://www.seodenver.com/rich-text-tags/comment-page-1/#comment-1870</link>
		<dc:creator>Karen</dc:creator>
		<pubDate>Sun, 06 Sep 2009 08:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.seodenver.com/?p=996#comment-1870</guid>
		<description>Help!  I am using Thesis with open hook and when I enter the code you give to to my archives.php page to allow my category descriptions to appear on my site like the Anderson Windows example it doesn&#039;t work.

Any idea what I could be doing wrong?</description>
		<content:encoded><![CDATA[<p>Help!  I am using Thesis with open hook and when I enter the code you give to to my archives.php page to allow my category descriptions to appear on my site like the Anderson Windows example it doesn&#8217;t work.</p>
<p>Any idea what I could be doing wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
