<?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: Compact Archives</title>
	<atom:link href="http://rmarsh.com/plugins/compact-archives/feed/" rel="self" type="application/rss+xml" />
	<link>http://rmarsh.com</link>
	<description>Spirituality and Theology</description>
	<pubDate>Fri, 08 Aug 2008 18:37:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Wordpress eklenti listesi &#124; h7x Software &#38; Technology Center</title>
		<link>http://rmarsh.com/plugins/compact-archives/#comment-16487</link>
		<dc:creator>Wordpress eklenti listesi &#124; h7x Software &#38; Technology Center</dc:creator>
		<pubDate>Wed, 06 Aug 2008 22:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/plugins/compact-archives/#comment-16487</guid>
		<description>[...] Compact Archives 1.0.6 [...]</description>
		<content:encoded><![CDATA[<p>[...] Compact Archives 1.0.6 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://rmarsh.com/plugins/compact-archives/#comment-16456</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 06 Aug 2008 14:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/plugins/compact-archives/#comment-16456</guid>
		<description>Links Breaker: I take it back! It isn't as easy as I thought it would be... Here's the thing: it &lt;em&gt;is&lt;/em&gt; easy to restrict the output to only show months with posts from the chosen categories &lt;em&gt;but&lt;/em&gt; it is not easy to make the links point to pages which list a month's archive only of the chosen categories.

At least, there are several ways to do it but each involves filtering the archive query in a way that extends beyond the remit of this plugin. It involves making decisions that would vary from site to site. 

So back on hold for a bit. I am open to suggestions and ways to proceed.</description>
		<content:encoded><![CDATA[<p>Links Breaker: I take it back! It isn&#8217;t as easy as I thought it would be&#8230; Here&#8217;s the thing: it <em>is</em> easy to restrict the output to only show months with posts from the chosen categories <em>but</em> it is not easy to make the links point to pages which list a month&#8217;s archive only of the chosen categories.</p>
<p>At least, there are several ways to do it but each involves filtering the archive query in a way that extends beyond the remit of this plugin. It involves making decisions that would vary from site to site. </p>
<p>So back on hold for a bit. I am open to suggestions and ways to proceed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tragic/Beautiful &#187; Blog For Choice Day.</title>
		<link>http://rmarsh.com/plugins/compact-archives/#comment-16450</link>
		<dc:creator>Tragic/Beautiful &#187; Blog For Choice Day.</dc:creator>
		<pubDate>Wed, 06 Aug 2008 07:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/plugins/compact-archives/#comment-16450</guid>
		<description>[...] archives into a jump menu. That however, was fixed by using this really nifty little plug-in called Compact Archives. As you can see, it makes a nice little listing of the archives in the simplest form, taking up [...]</description>
		<content:encoded><![CDATA[<p>[...] archives into a jump menu. That however, was fixed by using this really nifty little plug-in called Compact Archives. As you can see, it makes a nice little listing of the archives in the simplest form, taking up [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://rmarsh.com/plugins/compact-archives/#comment-16429</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 05 Aug 2008 07:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/plugins/compact-archives/#comment-16429</guid>
		<description>Links Breaker: Strange, the code should already be showing the first letter in upper case without your tweak. Was it not?

A few other people have asked for category specificity -- it 'just' requires modifying the main SQL query so I'll have a go.</description>
		<content:encoded><![CDATA[<p>Links Breaker: Strange, the code should already be showing the first letter in upper case without your tweak. Was it not?</p>
<p>A few other people have asked for category specificity &#8212; it &#8216;just&#8217; requires modifying the main SQL query so I&#8217;ll have a go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links Breaker</title>
		<link>http://rmarsh.com/plugins/compact-archives/#comment-16419</link>
		<dc:creator>Links Breaker</dc:creator>
		<pubDate>Mon, 04 Aug 2008 19:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/plugins/compact-archives/#comment-16419</guid>
		<description>Congratulations Rob! I've tweaked Compact Archives, so that it always shows the first letter in uppercase, in the following way:

1- I used the PHP function ucfirst()
--------------------------------------------------------------------------
if ($month_has_posts) {
				$result .= '&lt;a href="'.get_month_link($year, ucfirst($month)).'" title="'.$month_name.' '.$year.'" rel="nofollow"&gt;'.ucfirst($month_abbrev).'&lt;/a&gt; ';
			} else {
				$result .= ''.ucfirst($month_abbrev).' ';
			}
--------------------------------------------------------------------------

2- I need to show the Archive of a specific category. Is this possible, using your plugin? How to?

Thanks, Links</description>
		<content:encoded><![CDATA[<p>Congratulations Rob! I&#8217;ve tweaked Compact Archives, so that it always shows the first letter in uppercase, in the following way:</p>
<p>1- I used the PHP function ucfirst()<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
if ($month_has_posts) {<br />
				$result .= &#8216;<a href="'.get_month_link($year, ucfirst($month)).'" title="'.$month_name.' '.$year.'" rel="nofollow">&#8216;.ucfirst($month_abbrev).&#8217;</a> &#8216;;<br />
			} else {<br />
				$result .= &#8221;.ucfirst($month_abbrev).&#8217; &#8216;;<br />
			}<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>2- I need to show the Archive of a specific category. Is this possible, using your plugin? How to?</p>
<p>Thanks, Links</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Пятигорец</title>
		<link>http://rmarsh.com/plugins/compact-archives/#comment-16131</link>
		<dc:creator>Пятигорец</dc:creator>
		<pubDate>Sat, 19 Jul 2008 20:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/plugins/compact-archives/#comment-16131</guid>
		<description>Nice plug, especially when a large number of records</description>
		<content:encoded><![CDATA[<p>Nice plug, especially when a large number of records</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Работающие плагины для WordPress - Блокнот</title>
		<link>http://rmarsh.com/plugins/compact-archives/#comment-16120</link>
		<dc:creator>Работающие плагины для WordPress - Блокнот</dc:creator>
		<pubDate>Sat, 19 Jul 2008 14:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/plugins/compact-archives/#comment-16120</guid>
		<description>[...] Compact Archives 1.0.6 [...]</description>
		<content:encoded><![CDATA[<p>[...] Compact Archives 1.0.6 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A`dan Z`ye Wordpress eklentileri &#124; Aninda Yorum, Msn messenger ifadeleri, Avatar, gif, smiley, Resimli Siirler, izle, indir, Komik Resimler, programlar, Resimleri, Haberler</title>
		<link>http://rmarsh.com/plugins/compact-archives/#comment-16095</link>
		<dc:creator>A`dan Z`ye Wordpress eklentileri &#124; Aninda Yorum, Msn messenger ifadeleri, Avatar, gif, smiley, Resimli Siirler, izle, indir, Komik Resimler, programlar, Resimleri, Haberler</dc:creator>
		<pubDate>Fri, 18 Jul 2008 14:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/plugins/compact-archives/#comment-16095</guid>
		<description>[...] Compact Archives 1.0.6 (Bir tür arşivleme eklentisi) [...]</description>
		<content:encoded><![CDATA[<p>[...] Compact Archives 1.0.6 (Bir tür arşivleme eklentisi) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Плагин WordPress Compact Archives : Статья : Уроки WordPress</title>
		<link>http://rmarsh.com/plugins/compact-archives/#comment-16075</link>
		<dc:creator>Плагин WordPress Compact Archives : Статья : Уроки WordPress</dc:creator>
		<pubDate>Thu, 17 Jul 2008 15:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/plugins/compact-archives/#comment-16075</guid>
		<description>[...] Загрузить файл с сайта разработчика [...]</description>
		<content:encoded><![CDATA[<p>[...] Загрузить файл с сайта разработчика [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://rmarsh.com/plugins/compact-archives/#comment-15758</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 10 Jul 2008 09:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://rmarsh.com/plugins/compact-archives/#comment-15758</guid>
		<description>donalyza: Sorry there isn't a way (currently) to exclude a category.</description>
		<content:encoded><![CDATA[<p>donalyza: Sorry there isn&#8217;t a way (currently) to exclude a category.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
