<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Carrie &#187; Simple Tagging</title>
	<atom:link href="http://carrie.denherder.net/tag/simple-tagging/feed" rel="self" type="application/rss+xml" />
	<link>http://carrie.denherder.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 25 Mar 2009 13:31:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Frustrations with Tagging</title>
		<link>http://carrie.denherder.net/2007/05/frustrations-with-tagging</link>
		<comments>http://carrie.denherder.net/2007/05/frustrations-with-tagging#comments</comments>
		<pubDate>Fri, 11 May 2007 20:16:56 +0000</pubDate>
		<dc:creator>Carrie</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Simple Tagging]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress plug-in]]></category>

		<guid isPermaLink="false">http://carrie.ikith.net/2007/05/11/frustrations-with-tagging/</guid>
		<description><![CDATA[As some of you may have noticed, I finally got around to implementing tagging a while ago, via the Simple Tagging plug-in. The categories in the sidebar are more like a table of contents, and the tags work more like the index at the back of a book. Generally, I&#8217;m very happy with the tags; [...]]]></description>
			<content:encoded><![CDATA[<p>As some of you may have noticed, I finally got around to implementing tagging a while ago, via the <a href="http://trac.herewithme.fr/project/simpletagging/">Simple Tagging</a> plug-in. The categories in the sidebar are more like a table of contents, and the tags work more like the index at the back of a book. Generally, I&#8217;m very happy with the tags; I love having the list of related posts show up on the single view, and the Tag Cloud on the archive page makes it easy to find posts by specific topic.</p>
<p>My only problems are minor formatting issues, really. I want the Tag View page (the page you go to when you click a tag) to display just like it displays all the other archived entries. It does, mostly; I&#8217;ve made it use the same template that I use to display archived entries. The only problem is in the number of posts it displays at a time. I installed the Custom Posts Per Page plug-in ages ago, to dictate how many posts show up on given page views. On the home page, it is supposed to show 4 posts. On the daily view, monthly view, and search result pages, it&#8217;s supposed to show no more than 10 posts per page, and for all other views it&#8217;s supposed to show 999 posts. For whatever reason, the tag view page thinks it&#8217;s the home page, and displays only 4 posts.</p>
<p>The other minor bug relates to the footer. The 5 most recent posts and 5 most recent comments show up at the bottom of the page; on the tag view pages, the 5 most recent posts <em>for that tag</em> are displayed instead. The 5 most recent comments show up correctly, though.</p>
<p>I suspect the quirks may be related, but I don&#8217;t know for certain. My reasoning is that since WordPress thinks the Tag View is the home page (as the query property comes up true when I check if it&#8217;s the Home view), it&#8217;s using that same query to get the 5 most recent posts. I can create a workaround for displaying the proper number of posts on a tag view page, but I&#8217;ve exhausted most of my ideas for fixing the Recent Posts in the footer. Any ideas out there?</p>
]]></content:encoded>
			<wfw:commentRss>http://carrie.denherder.net/2007/05/frustrations-with-tagging/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

