<?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"
	>
<channel>
	<title>Comments on: HOWTO Include Technorati Tags in the Byline of Your WordPress Posts</title>
	<atom:link href="http://www.radicalcongruency.com/20051016-howto-include-technorati-tags-in-the-byline-of-your-wordpress-posts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.radicalcongruency.com/20051016-howto-include-technorati-tags-in-the-byline-of-your-wordpress-posts</link>
	<description>Spirituality // Technology // Emerging Ecclesiology</description>
	<pubDate>Thu, 20 Nov 2008 00:08:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Justin</title>
		<link>http://www.radicalcongruency.com/20051016-howto-include-technorati-tags-in-the-byline-of-your-wordpress-posts#comment-18686</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 10 Nov 2005 01:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.radicalcongruency.com/?p=1662#comment-18686</guid>
		<description>Bro. Maynard-
WordPress automatically generates RSS feeds on a per-category basis (see the &lt;a href="http://www.radicalcongruency.com/feed-options" rel="nofollow"&gt;feed-options&lt;/a&gt; page on this site for examples). The default path is:
blogname.com/category/categoryname/feed

No idea on excluding a category from recent comments...great idea, though. You might search/ask at the WordPress &lt;a href="http://wordpress.org/support" rel="nofollow"&gt;support forum&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Bro. Maynard-<br />
WordPress automatically generates RSS feeds on a per-category basis (see the <a href="http://www.radicalcongruency.com/feed-options" rel="nofollow">feed-options</a> page on this site for examples). The default path is:<br />
blogname.com/category/categoryname/feed</p>
<p>No idea on excluding a category from recent comments&#8230;great idea, though. You might search/ask at the WordPress <a href="http://wordpress.org/support" rel="nofollow">support forum</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brother Maynard</title>
		<link>http://www.radicalcongruency.com/20051016-howto-include-technorati-tags-in-the-byline-of-your-wordpress-posts#comment-18202</link>
		<dc:creator>Brother Maynard</dc:creator>
		<pubDate>Wed, 09 Nov 2005 06:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.radicalcongruency.com/?p=1662#comment-18202</guid>
		<description>Hhmmm, I used the "code" tags but that didn't come out right... trying again with &lt; and &gt; in the html tags changed to [ and ] respectively, we'll see if this goes:

&lt;code&gt;
[span class="postmetadata"]
   [a href="http://www.technorati.com/cosmos/search.html?rank=&#038;fc=1&#038;url=category_nicename . '"
   title="Search Technorati for posts tagged ' . $cat-&gt;cat_name . '"]
   [img src="/images/technorati.gif" alt="Technorati Logo"][/a]
   [a href="/wordpress/index.php?cat='. $cat-&gt;cat_ID . '"
   title="More posts from the ' . $cat-&gt;cat_name . ' category"]' . $cat-&gt;cat_name . '[/a] &#124; '; } ?]
[/span]
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hhmmm, I used the &#8220;code&#8221; tags but that didn&#8217;t come out right&#8230; trying again with < and > in the html tags changed to [ and ] respectively, we&#8217;ll see if this goes:</p>
<p><code><br />
[span class="postmetadata"]<br />
   [a href="http://www.technorati.com/cosmos/search.html?rank=&#038;fc=1&#038;url=category_nicename . '"<br />
   title="Search Technorati for posts tagged ' . $cat->cat_name . '"]<br />
   [img src="/images/technorati.gif" alt="Technorati Logo"][/a]<br />
   [a href="/wordpress/index.php?cat='. $cat->cat_ID . '"<br />
   title="More posts from the ' . $cat->cat_name . ' category"]&#8216; . $cat->cat_name . &#8216;[/a] | &#8216;; } ?]<br />
[/span]<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brother Maynard</title>
		<link>http://www.radicalcongruency.com/20051016-howto-include-technorati-tags-in-the-byline-of-your-wordpress-posts#comment-18201</link>
		<dc:creator>Brother Maynard</dc:creator>
		<pubDate>Wed, 09 Nov 2005 06:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.radicalcongruency.com/?p=1662#comment-18201</guid>
		<description>Justin,

I tried the Bunny-Tags plugin, but it wasn't working happily, so I figured I'd start tweaking.  I liked the simplicity of your earlier hack and wanted to stick to that.  I really wanted to retain the Technorati Tag link as well as the category link, but without repeating the tag list.  Inspired/Built upon your earlier hack, here's what I came up with:

&lt;code&gt;

   &lt;a&gt;" title="Search Technorati for links to this post"&gt;Inbound links&lt;/a&gt;
   &#124; Tags:
   category_nicename . '"
   title="Search Technorati for posts tagged ' . $cat-&gt;cat_name . '"&gt;
   &lt;/a&gt;
   &lt;a&gt;cat_ID . '"
   title="More posts from the ' . $cat-&gt;cat_name . ' category"&gt;' . $cat-&gt;cat_name . '&lt;/a&gt; &#124; '; } ?&gt;

&lt;/code&gt;

You can substitute your code block for this one to display the post metadata, and you'll get a new line with the Technorati logo shown once for each category name - the logo is a link to search that tag on Technorati, but the text is still a link to the category on your own blog.  Note you'll need to adjust the path to the Technorati logo image as well as the link to the category if your blog is not in /wordpress/ on your install.  The displayed line includes inlinks and comments, but I've nice-ified the reporting of the comment count.  Just add css rules and you're done.

Sorry I can't give you a link to my working example right now, as it's on a blog design that isn't public yet... should be coming soon though.

Thanks for the inspiration here.

btw, while we're on the subject of WordPress hacks, do you have one that will provide an RSS feed for a category?  After that, I may also need a recent-comment plugin that will omit specified categories... this would enable the setting of a special category that is for all intents and purposes hidden, but you could still call up its content with a direct link to it or by using the RSS feed.  This would basically give WordPress the ability to do a full-featured "blog-within-a-blog".  (i.e., it could be a simple link blog but it'd have comments, trackback, an RSS feed, ...and it'd all be in the same control panel) There is a plugin already available to hide categories and suppress their display from feeds, but the recent-comment plugins ignore that one.  Any ideas there?</description>
		<content:encoded><![CDATA[<p>Justin,</p>
<p>I tried the Bunny-Tags plugin, but it wasn&#8217;t working happily, so I figured I&#8217;d start tweaking.  I liked the simplicity of your earlier hack and wanted to stick to that.  I really wanted to retain the Technorati Tag link as well as the category link, but without repeating the tag list.  Inspired/Built upon your earlier hack, here&#8217;s what I came up with:</p>
<p><code></p>
<p>   <a>&#8221; title=&#8221;Search Technorati for links to this post&#8221;>Inbound links</a><br />
   | Tags:<br />
   category_nicename . &#8216;&#8221;<br />
   title=&#8221;Search Technorati for posts tagged &#8216; . $cat->cat_name . &#8216;&#8221;></p>
<p>   <a>cat_ID . &#8216;&#8221;<br />
   title=&#8221;More posts from the &#8216; . $cat->cat_name . &#8216; category&#8221;>&#8217; . $cat->cat_name . &#8216;</a> | &#8216;; } ?></p>
<p></code></p>
<p>You can substitute your code block for this one to display the post metadata, and you&#8217;ll get a new line with the Technorati logo shown once for each category name - the logo is a link to search that tag on Technorati, but the text is still a link to the category on your own blog.  Note you&#8217;ll need to adjust the path to the Technorati logo image as well as the link to the category if your blog is not in /wordpress/ on your install.  The displayed line includes inlinks and comments, but I&#8217;ve nice-ified the reporting of the comment count.  Just add css rules and you&#8217;re done.</p>
<p>Sorry I can&#8217;t give you a link to my working example right now, as it&#8217;s on a blog design that isn&#8217;t public yet&#8230; should be coming soon though.</p>
<p>Thanks for the inspiration here.</p>
<p>btw, while we&#8217;re on the subject of WordPress hacks, do you have one that will provide an RSS feed for a category?  After that, I may also need a recent-comment plugin that will omit specified categories&#8230; this would enable the setting of a special category that is for all intents and purposes hidden, but you could still call up its content with a direct link to it or by using the RSS feed.  This would basically give WordPress the ability to do a full-featured &#8220;blog-within-a-blog&#8221;.  (i.e., it could be a simple link blog but it&#8217;d have comments, trackback, an RSS feed, &#8230;and it&#8217;d all be in the same control panel) There is a plugin already available to hide categories and suppress their display from feeds, but the recent-comment plugins ignore that one.  Any ideas there?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
