<?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: Simple Tags Plugin for WordPress</title>
	<atom:link href="http://bavatuesdays.com/simple-tags-plugin-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://bavatuesdays.com/simple-tags-plugin-for-wordpress/</link>
	<description>a "b" blog</description>
	<pubDate>Thu, 08 Jan 2009 13:13:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: yoichi</title>
		<link>http://bavatuesdays.com/simple-tags-plugin-for-wordpress/comment-page-1/#comment-70205</link>
		<dc:creator>yoichi</dc:creator>
		<pubDate>Tue, 15 Apr 2008 01:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://bavatuesdays.com/simple-tags-plugin-for-wordpress/#comment-70205</guid>
		<description>Mmmmm...

Well, I guess I'm still stuck then. It used to work when it was Simple Tagging for wp2.2.

Thank you very much for taking the time for this.

Cheers.</description>
		<content:encoded><![CDATA[<p><img style='float: right; margin-left: 10px;' src='http://www.gravatar.com/avatar.php?gravatar_id=86ba2cb846c2c8249840ba2eacd82763&amp;size=60&amp;default=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif' alt='' />Mmmmm&#8230;</p>
<p>Well, I guess I&#8217;m still stuck then. It used to work when it was Simple Tagging for wp2.2.</p>
<p>Thank you very much for taking the time for this.</p>
<p>Cheers.
<div style='clear:both'></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reverend</title>
		<link>http://bavatuesdays.com/simple-tags-plugin-for-wordpress/comment-page-1/#comment-70202</link>
		<dc:creator>Reverend</dc:creator>
		<pubDate>Tue, 15 Apr 2008 01:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://bavatuesdays.com/simple-tags-plugin-for-wordpress/#comment-70202</guid>
		<description>Hey Yoichi,

&lt;strike&gt;I think I found the problem, you had a ` instead of a ' at the end of your code. This should work:

&lt;code&gt;&#60;?php st_the_tags('number=5&#38;format=list&#38;order=count-desc&#38;method=AND&#38;xformat=%tag_count% &lt;a href="%tag_link_add%" rel="nofollow"&gt;+&lt;/a&gt; &lt;a href="%tag_link%" rel="nofollow"&gt;%tag_name%&lt;/a&gt;'); ?&#62;&lt;/code&gt;
You can see an example in this post about the related posts feature. The only problem with this, however is that the tags don't lead to a lis of other posts with those tags, they just list the tags and how many times they appear on other post, I'll have to see if there is another way to form this statement so that is gives the feature more possibilities.  Unfortunately I know no PHP and simply hack around, so this endeavor could take a while :)&lt;/strike&gt;

I realize now I am having the same, useless results as you.  The related tags feature seems to be less than useful.  Looks like I am going to have to look around to see if anyone is getting the functionality you suggest, because I think that would make this plugin far more powerful if it could be used in a delicious-like manner.  Looks like we are going to have to research this together:)</description>
		<content:encoded><![CDATA[<p><img style='float: right; margin-left: 10px;' src='http://www.gravatar.com/avatar.php?gravatar_id=a3ce4e45c979a8523a2098808847fcc5&amp;size=60&amp;default=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif' alt='' />Hey Yoichi,</p>
<p><strike>I think I found the problem, you had a ` instead of a &#8216; at the end of your code. This should work:</p>
<p><code>&lt;?php st_the_tags('number=5&amp;format=list&amp;order=count-desc&amp;method=AND&amp;xformat=%tag_count% <a href="%tag_link_add%" rel="nofollow">+</a> <a href="%tag_link%" rel="nofollow">%tag_name%</a>&#8216;); ?&gt;</code><br />
You can see an example in this post about the related posts feature. The only problem with this, however is that the tags don&#8217;t lead to a lis of other posts with those tags, they just list the tags and how many times they appear on other post, I&#8217;ll have to see if there is another way to form this statement so that is gives the feature more possibilities.  Unfortunately I know no PHP and simply hack around, so this endeavor could take a while <img src='http://bavatuesdays.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strike></p>
<p>I realize now I am having the same, useless results as you.  The related tags feature seems to be less than useful.  Looks like I am going to have to look around to see if anyone is getting the functionality you suggest, because I think that would make this plugin far more powerful if it could be used in a delicious-like manner.  Looks like we are going to have to research this together:)
<div style='clear:both'></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: yoichi</title>
		<link>http://bavatuesdays.com/simple-tags-plugin-for-wordpress/comment-page-1/#comment-70098</link>
		<dc:creator>yoichi</dc:creator>
		<pubDate>Mon, 14 Apr 2008 00:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://bavatuesdays.com/simple-tags-plugin-for-wordpress/#comment-70098</guid>
		<description>Ahhh...I've been there so many times but never noticed that comment.

Thanks to your advise now I don't get an error but I still can't get what I want :-(
I'm trying to put the code in the tag archive so readers can distill articles with tags but I'm not seeing the + mark and the tags are not appearing as list.
This is the code I'm using:
&lt;code&gt;&#60;?php st_the_tags('number=5&#38;format=list&#38;order=count-desc&#38;method=AND&#38;xformat=%tag_count% &lt;a href="%tag_link_add%" rel="nofollow"&gt;+&lt;/a&gt; &lt;a href="%tag_link%" rel="nofollow"&gt;%tag_name%&lt;/a&gt;'); ?&#62;&lt;/code&gt;

Thanks for your help.</description>
		<content:encoded><![CDATA[<p><img style='float: right; margin-left: 10px;' src='http://www.gravatar.com/avatar.php?gravatar_id=86ba2cb846c2c8249840ba2eacd82763&amp;size=60&amp;default=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif' alt='' />Ahhh&#8230;I&#8217;ve been there so many times but never noticed that comment.</p>
<p>Thanks to your advise now I don&#8217;t get an error but I still can&#8217;t get what I want <img src='http://bavatuesdays.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
I&#8217;m trying to put the code in the tag archive so readers can distill articles with tags but I&#8217;m not seeing the + mark and the tags are not appearing as list.<br />
This is the code I&#8217;m using:<br />
<code>&lt;?php st_the_tags('number=5&amp;format=list&amp;order=count-desc&amp;method=AND&amp;xformat=%tag_count% <a href="%tag_link_add%" rel="nofollow">+</a> <a href="%tag_link%" rel="nofollow">%tag_name%</a>&#8216;); ?&gt;</code></p>
<p>Thanks for your help.
<div style='clear:both'></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reverend</title>
		<link>http://bavatuesdays.com/simple-tags-plugin-for-wordpress/comment-page-1/#comment-70029</link>
		<dc:creator>Reverend</dc:creator>
		<pubDate>Sun, 13 Apr 2008 15:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://bavatuesdays.com/simple-tags-plugin-for-wordpress/#comment-70029</guid>
		<description>Depending on your theme, I would put it after the content div and before the comments div.  The code may be tricky because it should be &lt;code&gt;st_the_tags()&lt;/code&gt; instead of &lt;code&gt;st_related_tags()&lt;/code&gt; 

The documentation about related tags can be found &lt;a href="http://code.google.com/p/simple-tags/wiki/RelatedTags" rel="nofollow"&gt;here&lt;/a&gt;, and you can see at the bottom of the page someone pointed out this mistake, let me know if this works.</description>
		<content:encoded><![CDATA[<p><img style='float: right; margin-left: 10px;' src='http://www.gravatar.com/avatar.php?gravatar_id=a3ce4e45c979a8523a2098808847fcc5&amp;size=60&amp;default=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif' alt='' />Depending on your theme, I would put it after the content div and before the comments div.  The code may be tricky because it should be <code>st_the_tags()</code> instead of <code>st_related_tags()</code> </p>
<p>The documentation about related tags can be found <a href="http://code.google.com/p/simple-tags/wiki/RelatedTags" rel="nofollow">here</a>, and you can see at the bottom of the page someone pointed out this mistake, let me know if this works.
<div style='clear:both'></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: yoichi</title>
		<link>http://bavatuesdays.com/simple-tags-plugin-for-wordpress/comment-page-1/#comment-69998</link>
		<dc:creator>yoichi</dc:creator>
		<pubDate>Sun, 13 Apr 2008 09:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://bavatuesdays.com/simple-tags-plugin-for-wordpress/#comment-69998</guid>
		<description>Thanks for the quick response.

I just can't figure out how and where to place the code.
Where have you put yours?</description>
		<content:encoded><![CDATA[<p><img style='float: right; margin-left: 10px;' src='http://www.gravatar.com/avatar.php?gravatar_id=86ba2cb846c2c8249840ba2eacd82763&amp;size=60&amp;default=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif' alt='' />Thanks for the quick response.</p>
<p>I just can&#8217;t figure out how and where to place the code.<br />
Where have you put yours?
<div style='clear:both'></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reverend</title>
		<link>http://bavatuesdays.com/simple-tags-plugin-for-wordpress/comment-page-1/#comment-69996</link>
		<dc:creator>Reverend</dc:creator>
		<pubDate>Sun, 13 Apr 2008 09:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://bavatuesdays.com/simple-tags-plugin-for-wordpress/#comment-69996</guid>
		<description>@Yoichi:

Related tags is working for me.  Are you getting an error message?

@Johan:

Always glad to be of service :)</description>
		<content:encoded><![CDATA[<p><img style='float: right; margin-left: 10px;' src='http://www.gravatar.com/avatar.php?gravatar_id=a3ce4e45c979a8523a2098808847fcc5&amp;size=60&amp;default=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif' alt='' />@Yoichi:</p>
<p>Related tags is working for me.  Are you getting an error message?</p>
<p>@Johan:</p>
<p>Always glad to be of service <img src='http://bavatuesdays.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
<div style='clear:both'></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://bavatuesdays.com/simple-tags-plugin-for-wordpress/comment-page-1/#comment-69979</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Sun, 13 Apr 2008 05:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://bavatuesdays.com/simple-tags-plugin-for-wordpress/#comment-69979</guid>
		<description>Hi Jim I am glad I have RSS and twitter to check what you're doing ;-)  Thanks for sharing these ideas and this plugin. Will get it know. Johan</description>
		<content:encoded><![CDATA[<p><img style='float: right; margin-left: 10px;' src='http://www.gravatar.com/avatar.php?gravatar_id=21d0fde999940a92f0f58637a390dccd&amp;size=60&amp;default=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif' alt='' />Hi Jim I am glad I have RSS and twitter to check what you&#8217;re doing <img src='http://bavatuesdays.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Thanks for sharing these ideas and this plugin. Will get it know. Johan
<div style='clear:both'></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: yoichi</title>
		<link>http://bavatuesdays.com/simple-tags-plugin-for-wordpress/comment-page-1/#comment-69958</link>
		<dc:creator>yoichi</dc:creator>
		<pubDate>Sun, 13 Apr 2008 02:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://bavatuesdays.com/simple-tags-plugin-for-wordpress/#comment-69958</guid>
		<description>Hi,

I was wondering if you have implemented the related tags function because I haven't been able to get it working.

Thanks</description>
		<content:encoded><![CDATA[<p><img style='float: right; margin-left: 10px;' src='http://www.gravatar.com/avatar.php?gravatar_id=86ba2cb846c2c8249840ba2eacd82763&amp;size=60&amp;default=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif' alt='' />Hi,</p>
<p>I was wondering if you have implemented the related tags function because I haven&#8217;t been able to get it working.</p>
<p>Thanks
<div style='clear:both'></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reverend</title>
		<link>http://bavatuesdays.com/simple-tags-plugin-for-wordpress/comment-page-1/#comment-69922</link>
		<dc:creator>Reverend</dc:creator>
		<pubDate>Sat, 12 Apr 2008 23:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://bavatuesdays.com/simple-tags-plugin-for-wordpress/#comment-69922</guid>
		<description>@Alan,

I like that idea for a plugin, I just haven't seen it yet.  The closest thing I have seen is Inline Tag Thing, but it seems to only let admin, authors, and editors add tags to posts inline. 


@Michelle,

This one does exactly that with no code. It is a pretty comprehensive solution for tagging, and it works well with WPMu.  So, I think you have a solution.</description>
		<content:encoded><![CDATA[<p><img style='float: right; margin-left: 10px;' src='http://www.gravatar.com/avatar.php?gravatar_id=a3ce4e45c979a8523a2098808847fcc5&amp;size=60&amp;default=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif' alt='' />@Alan,</p>
<p>I like that idea for a plugin, I just haven&#8217;t seen it yet.  The closest thing I have seen is Inline Tag Thing, but it seems to only let admin, authors, and editors add tags to posts inline. </p>
<p>@Michelle,</p>
<p>This one does exactly that with no code. It is a pretty comprehensive solution for tagging, and it works well with WPMu.  So, I think you have a solution.
<div style='clear:both'></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle</title>
		<link>http://bavatuesdays.com/simple-tags-plugin-for-wordpress/comment-page-1/#comment-69873</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Sat, 12 Apr 2008 16:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://bavatuesdays.com/simple-tags-plugin-for-wordpress/#comment-69873</guid>
		<description>I am wondering if this plug-in allows for users to show a "related posts" list after each post...

We are desperately seeking a plug-in for WPMU that will allow users to utilize a related posts feature without having to add anything to the code in the templates.  Does anyone know if this plug-in will work for that, or is there any other WMPU plug-in capable of this?  Finding one would be great!  The only thing we've found so far is the wasabi one which needs a hack to work...

Thanks!  :-)</description>
		<content:encoded><![CDATA[<p><img style='float: right; margin-left: 10px;' src='http://www.gravatar.com/avatar.php?gravatar_id=78770f529fc20296c42725674079ee55&amp;size=60&amp;default=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif' alt='' />I am wondering if this plug-in allows for users to show a &#8220;related posts&#8221; list after each post&#8230;</p>
<p>We are desperately seeking a plug-in for WPMU that will allow users to utilize a related posts feature without having to add anything to the code in the templates.  Does anyone know if this plug-in will work for that, or is there any other WMPU plug-in capable of this?  Finding one would be great!  The only thing we&#8217;ve found so far is the wasabi one which needs a hack to work&#8230;</p>
<p>Thanks!  <img src='http://bavatuesdays.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />
<div style='clear:both'></div>
]]></content:encoded>
	</item>
</channel>
</rss>
