<?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: Tag descriptions in WordPress 2.8</title>
	<atom:link href="http://justintadlock.com/archives/2009/04/30/tag-descriptions-in-wordpress-28/feed" rel="self" type="application/rss+xml" />
	<link>http://justintadlock.com/archives/2009/04/30/tag-descriptions-in-wordpress-28</link>
	<description>Life, Blogging, and WordPress</description>
	<lastBuildDate>Wed, 23 May 2012 07:51:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dave</title>
		<link>http://justintadlock.com/archives/2009/04/30/tag-descriptions-in-wordpress-28#comment-316218</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 25 Mar 2011 14:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1621#comment-316218</guid>
		<description>hey I got it..
I had to use a combination of a couple of functions for tags and get the description.

Thanks :-)

-Dave</description>
		<content:encoded><![CDATA[<p>hey I got it..<br />
I had to use a combination of a couple of functions for tags and get the description.</p>
<p>Thanks <img src='http://justintadlock.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>-Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://justintadlock.com/archives/2009/04/30/tag-descriptions-in-wordpress-28#comment-316172</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 25 Mar 2011 12:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1621#comment-316172</guid>
		<description>Hi,

Your post was very helpful. But I need to get the formatting done to the description. Right now its showing all in a single line and omitting all new lines and other formatting.
Can you pls advise how I can format the description?

Awaiting your reply!
-Dave.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Your post was very helpful. But I need to get the formatting done to the description. Right now its showing all in a single line and omitting all new lines and other formatting.<br />
Can you pls advise how I can format the description?</p>
<p>Awaiting your reply!<br />
-Dave.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://justintadlock.com/archives/2009/04/30/tag-descriptions-in-wordpress-28#comment-262272</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 11 Dec 2010 18:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1621#comment-262272</guid>
		<description>Oh nevermind, I just had the smashing idea of using trim:

&lt;code&gt;&lt;meta name=&quot;description&quot; content=&quot;&quot; /&gt;&lt;/code&gt;

And the evil new line is removed! Yay.</description>
		<content:encoded><![CDATA[<p>Oh nevermind, I just had the smashing idea of using trim:</p>
<p><code>&lt;meta name=&quot;description&quot; content=&quot;" /&gt;</code></p>
<p>And the evil new line is removed! Yay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://justintadlock.com/archives/2009/04/30/tag-descriptions-in-wordpress-28#comment-262267</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 11 Dec 2010 17:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1621#comment-262267</guid>
		<description>One small problem I&#039;ve encountered is that in the source code, there&#039;s a new line after description generated by the PHP. Like this:

Just a minor annoyance, but I wonder what&#039;s up with that?</description>
		<content:encoded><![CDATA[<p>One small problem I&#8217;ve encountered is that in the source code, there&#8217;s a new line after description generated by the PHP. Like this:</p>
<p>Just a minor annoyance, but I wonder what&#8217;s up with that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://justintadlock.com/archives/2009/04/30/tag-descriptions-in-wordpress-28#comment-262265</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 11 Dec 2010 17:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1621#comment-262265</guid>
		<description>Awesome tip. I&#039;ve just been looking for a way to use tag descriptions as meta descriptions for tag pages. The problem was Wordpress kept wrapping the description in p tags :( But your tip fixed it.</description>
		<content:encoded><![CDATA[<p>Awesome tip. I&#8217;ve just been looking for a way to use tag descriptions as meta descriptions for tag pages. The problem was Wordpress kept wrapping the description in p tags <img src='http://justintadlock.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  But your tip fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://justintadlock.com/archives/2009/04/30/tag-descriptions-in-wordpress-28#comment-227103</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Sat, 04 Sep 2010 15:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1621#comment-227103</guid>
		<description>Is it possible to use Javascript in tag descriptions?

Perhaps this can be achieved by adding a line to functions.php? 
(like the solution to use full HTML)

Thank you</description>
		<content:encoded><![CDATA[<p>Is it possible to use Javascript in tag descriptions?</p>
<p>Perhaps this can be achieved by adding a line to functions.php?<br />
(like the solution to use full HTML)</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KnockOut</title>
		<link>http://justintadlock.com/archives/2009/04/30/tag-descriptions-in-wordpress-28#comment-225813</link>
		<dc:creator>KnockOut</dc:creator>
		<pubDate>Mon, 30 Aug 2010 05:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1621#comment-225813</guid>
		<description>You can use full HTML in your tag descriptions by adding the following to functions.php

&lt;pre&gt;&lt;code&gt;remove_filter( &#039;pre_term_description&#039;, &#039;wp_filter_kses&#039; );
remove_filter( &#039;term_description&#039;, &#039;wp_kses_data&#039; );&lt;/code&gt;&lt;/pre&gt;

It worked for me!</description>
		<content:encoded><![CDATA[<p>You can use full HTML in your tag descriptions by adding the following to functions.php</p>
<pre><code>remove_filter( 'pre_term_description', 'wp_filter_kses' );
remove_filter( 'term_description', 'wp_kses_data' );</code></pre>
<p>It worked for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Halfhill</title>
		<link>http://justintadlock.com/archives/2009/04/30/tag-descriptions-in-wordpress-28#comment-217260</link>
		<dc:creator>Matt Halfhill</dc:creator>
		<pubDate>Wed, 28 Jul 2010 22:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1621#comment-217260</guid>
		<description>I have been building out my tag.php in my template to offer as much relevant content as possible when an incoming reader lands on this page. Something I wanted to do was provide a picture as well as brief writeup about the topic of the tag.

I hacked the functions.php so that I could input images, links, paragraphs, and other HTML into this field, but when I call it via , all i get is just the stripped down text.

I have added the &lt;code&gt;remove_filter( &#039;term_description&#039;, &#039;wp_kses_data&#039; );&lt;/code&gt;, but no dice.</description>
		<content:encoded><![CDATA[<p>I have been building out my tag.php in my template to offer as much relevant content as possible when an incoming reader lands on this page. Something I wanted to do was provide a picture as well as brief writeup about the topic of the tag.</p>
<p>I hacked the functions.php so that I could input images, links, paragraphs, and other HTML into this field, but when I call it via , all i get is just the stripped down text.</p>
<p>I have added the <code>remove_filter( 'term_description', 'wp_kses_data' );</code>, but no dice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ste</title>
		<link>http://justintadlock.com/archives/2009/04/30/tag-descriptions-in-wordpress-28#comment-204495</link>
		<dc:creator>Ste</dc:creator>
		<pubDate>Tue, 15 Jun 2010 10:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1621#comment-204495</guid>
		<description>Hi,

I use tag descriptions on my site to great effect.  The one problem i do have, however, is that it seems to strip some of the html tags.

If the text is more than one paragraph it strips all the  tags except for the first and last, and replaces them with  instead.

Do you know any way around this?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I use tag descriptions on my site to great effect.  The one problem i do have, however, is that it seems to strip some of the html tags.</p>
<p>If the text is more than one paragraph it strips all the  tags except for the first and last, and replaces them with  instead.</p>
<p>Do you know any way around this?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralf</title>
		<link>http://justintadlock.com/archives/2009/04/30/tag-descriptions-in-wordpress-28#comment-188325</link>
		<dc:creator>Ralf</dc:creator>
		<pubDate>Fri, 30 Apr 2010 14:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1621#comment-188325</guid>
		<description>Hi,

remove_filter( &#039;term_description&#039;, &#039;wp_kses_data&#039; )
is working well for strong or italic, but I like to use  in the description. Do you see any way to manage this?

Ralf</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>remove_filter( &#8216;term_description&#8217;, &#8216;wp_kses_data&#8217; )<br />
is working well for strong or italic, but I like to use  in the description. Do you see any way to manage this?</p>
<p>Ralf</p>
]]></content:encoded>
	</item>
</channel>
</rss>

