<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Reacties bij Kwebble</title>
	<link>http://kwebble.com/blog</link>
	<description></description>
	<pubDate>Thu, 20 Nov 2008 00:07:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>Reactie op Archives for a category WordPress plugin door Paul</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6658</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 08 Oct 2008 11:48:48 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6658</guid>
		<description>ok, i can work around it - im my case im trying to use it to publish a news (facts) index section, actually a category, and keep it separate to a blog (opinion) section even though they run off 99% similar standard blog templates.</description>
		<content:encoded><![CDATA[<p>ok, i can work around it - im my case im trying to use it to publish a news (facts) index section, actually a category, and keep it separate to a blog (opinion) section even though they run off 99% similar standard blog templates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door Rob Schlüter</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6657</link>
		<dc:creator>Rob Schlüter</dc:creator>
		<pubDate>Wed, 08 Oct 2008 11:39:35 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6657</guid>
		<description>No, you can't exclude categories by using negative values.
It would require some changes to the way the cat parameter is placed in the SQL to select matching posts.</description>
		<content:encoded><![CDATA[<p>No, you can&#8217;t exclude categories by using negative values.<br />
It would require some changes to the way the cat parameter is placed in the SQL to select matching posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door Paul</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6656</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 08 Oct 2008 10:01:48 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6656</guid>
		<description>with this plugin will the function accept negative value, that is can this be used to EXCLUDE certain categories from being listed, that is filter out ?</description>
		<content:encoded><![CDATA[<p>with this plugin will the function accept negative value, that is can this be used to EXCLUDE certain categories from being listed, that is filter out ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door Steve Meisner</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6538</link>
		<dc:creator>Steve Meisner</dc:creator>
		<pubDate>Tue, 02 Sep 2008 19:04:36 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6538</guid>
		<description>Thanks, it works great in 2.6.1.</description>
		<content:encoded><![CDATA[<p>Thanks, it works great in 2.6.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door ann</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6492</link>
		<dc:creator>ann</dc:creator>
		<pubDate>Fri, 15 Aug 2008 19:08:25 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6492</guid>
		<description>thanks!  this saved me tons of headache!</description>
		<content:encoded><![CDATA[<p>thanks!  this saved me tons of headache!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door DIY Podcasting on Wordpress &#124; How-tos &#124; ministrypool.com</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6482</link>
		<dc:creator>DIY Podcasting on Wordpress &#124; How-tos &#124; ministrypool.com</dc:creator>
		<pubDate>Thu, 17 Jul 2008 11:11:12 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6482</guid>
		<description>[...] but only want to show them for a certain category (which makes sense in this case), the &#8216;Archives for a category&#8216; plugin is [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] but only want to show them for a certain category (which makes sense in this case), the &#8216;Archives for a category&#8216; plugin is [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door Rob Schlüter</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6477</link>
		<dc:creator>Rob Schlüter</dc:creator>
		<pubDate>Wed, 16 Jul 2008 07:17:04 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6477</guid>
		<description>wp_get_archives can generate yearly archives by using the &lt;a href="http://codex.wordpress.org/Template_Tags/wp_get_archives#Parameters" rel="nofollow"&gt;type parameter&lt;/a&gt;, which is part of WordPress itself. Use something like this to combine it with a category selection:

&lt;code&gt;&#60;?php wp_get_archives('type=yearly&#038;cat=1'); ?&#62;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>wp_get_archives can generate yearly archives by using the <a href="http://codex.wordpress.org/Template_Tags/wp_get_archives#Parameters" rel="nofollow">type parameter</a>, which is part of WordPress itself. Use something like this to combine it with a category selection:</p>
<p><code>&lt;?php wp_get_archives('type=yearly&#038;cat=1'); ?&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door Nicole</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6474</link>
		<dc:creator>Nicole</dc:creator>
		<pubDate>Tue, 15 Jul 2008 23:42:56 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6474</guid>
		<description>Hi there,
great plugin and easy to use!
Just wondering, I want to Archive via Year, not month.. can this plugin do that?</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
great plugin and easy to use!<br />
Just wondering, I want to Archive via Year, not month.. can this plugin do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door Jeff</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6456</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 03 Jul 2008 12:13:26 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6456</guid>
		<description>Just wanted to say thank you. Really appreciate the work :)</description>
		<content:encoded><![CDATA[<p>Just wanted to say thank you. Really appreciate the work <img src='http://kwebble.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door WordPress Manual &#187; Blog Archive &#187; Archives for a category</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6282</link>
		<dc:creator>WordPress Manual &#187; Blog Archive &#187; Archives for a category</dc:creator>
		<pubDate>Tue, 27 May 2008 02:42:38 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6282</guid>
		<description>[...] Archives for a category ??????????????????????????????wp_get_archives() ??????????????????????????????????????? [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Archives for a category ??????????????????????????????wp_get_archives() ??????????????????????????????????????? [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door Rob Schlüter</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6236</link>
		<dc:creator>Rob Schlüter</dc:creator>
		<pubDate>Thu, 22 May 2008 07:12:36 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6236</guid>
		<description>It need some time to find out how to generate a URL that includes all child categories.

If the category structure of your site isn't that complex and doesn't change often then, as a temporary solution, you could add the child categories to the cat parameter, separated by comma's:

&lt;code&gt;&#60;?php wp_get_archives('cat=1,3,7,8,19'); ?&#62;&lt;/code&gt;

This will include posts from all those categories in the archive.</description>
		<content:encoded><![CDATA[<p>It need some time to find out how to generate a URL that includes all child categories.</p>
<p>If the category structure of your site isn&#8217;t that complex and doesn&#8217;t change often then, as a temporary solution, you could add the child categories to the cat parameter, separated by comma&#8217;s:</p>
<p><code>&lt;?php wp_get_archives('cat=1,3,7,8,19'); ?&gt;</code></p>
<p>This will include posts from all those categories in the archive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door Chi</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6235</link>
		<dc:creator>Chi</dc:creator>
		<pubDate>Wed, 21 May 2008 16:15:12 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6235</guid>
		<description>Hi.. Nice plugin.. Unfortunately, it isn't retreiving children category posts.. Pls help!</description>
		<content:encoded><![CDATA[<p>Hi.. Nice plugin.. Unfortunately, it isn&#8217;t retreiving children category posts.. Pls help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door tom</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6234</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Tue, 20 May 2008 13:37:09 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6234</guid>
		<description>@rob:  I was wrong.  It IS in fact working in Wordpress 2.5.  Sorry for the confusion.</description>
		<content:encoded><![CDATA[<p>@rob:  I was wrong.  It IS in fact working in Wordpress 2.5.  Sorry for the confusion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Easy publishing with the WordPress bookmarklet door richard-heider.de &#187; Trouble Finding Press It Feature in WordPress</title>
		<link>http://kwebble.com/blog/2005_08_20/easy-publishing-with-the-wordpress-bookmarklet#comment-6232</link>
		<dc:creator>richard-heider.de &#187; Trouble Finding Press It Feature in WordPress</dc:creator>
		<pubDate>Sun, 18 May 2008 13:55:52 +0000</pubDate>
		<guid>http://kwebble.com/blog/2005_08_20/easy-publishing-with-the-wordpress-bookmarklet#comment-6232</guid>
		<description>[...] Easy publishing with the WordPress bookmarklet     &#171; Replace Your Logo! CSS Image Replacement&#160;&#8211;&#160; [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Easy publishing with the WordPress bookmarklet     &laquo; Replace Your Logo! CSS Image Replacement&nbsp;&ndash;&nbsp; [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door WordPress MyManual &#187; Blog Archive &#187; Archives for a category</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6226</link>
		<dc:creator>WordPress MyManual &#187; Blog Archive &#187; Archives for a category</dc:creator>
		<pubDate>Tue, 13 May 2008 01:34:44 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6226</guid>
		<description>[...] Archives for a category ??????????????????????????????wp_get_archives() ??????????????????????????????????????? [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Archives for a category ??????????????????????????????wp_get_archives() ??????????????????????????????????????? [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Reiger met brasem door Tinus</title>
		<link>http://kwebble.com/blog/2008_05_09/reiger-met-brasem#comment-6225</link>
		<dc:creator>Tinus</dc:creator>
		<pubDate>Sun, 11 May 2008 13:50:24 +0000</pubDate>
		<guid>http://kwebble.com/blog/2008_05_09/reiger-met-brasem#comment-6225</guid>
		<description>persoonlijk had ik 'm eerst effe op de bbq gelegd...</description>
		<content:encoded><![CDATA[<p>persoonlijk had ik &#8216;m eerst effe op de bbq gelegd&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door Rob Schlüter</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6223</link>
		<dc:creator>Rob Schlüter</dc:creator>
		<pubDate>Mon, 28 Apr 2008 21:01:35 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6223</guid>
		<description>I will investigate what's the reason 2.5 breaks the plugin.</description>
		<content:encoded><![CDATA[<p>I will investigate what&#8217;s the reason 2.5 breaks the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door Tom</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6222</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 28 Apr 2008 19:07:02 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6222</guid>
		<description>I just noticed that this plugin doesn't work in Wordpress 2.5. Any plans to update it?  Thanks for your work so far -- it's a very helpful plugin.</description>
		<content:encoded><![CDATA[<p>I just noticed that this plugin doesn&#8217;t work in Wordpress 2.5. Any plans to update it?  Thanks for your work so far &#8212; it&#8217;s a very helpful plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door Archives for a category WordPress plugin</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6221</link>
		<dc:creator>Archives for a category WordPress plugin</dc:creator>
		<pubDate>Fri, 25 Apr 2008 15:50:30 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6221</guid>
		<description>[...] Archives for a category WordPress plugin     Uncategorized [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Archives for a category WordPress plugin     Uncategorized [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Archives for a category WordPress plugin door Zef</title>
		<link>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6218</link>
		<dc:creator>Zef</dc:creator>
		<pubDate>Sat, 12 Apr 2008 23:41:21 +0000</pubDate>
		<guid>http://kwebble.com/blog/2007_08_15/archives_for_a_category#comment-6218</guid>
		<description>Just posting to say thank you SO much for creating this plugin. I've had a day of searching and you have saved my website!</description>
		<content:encoded><![CDATA[<p>Just posting to say thank you SO much for creating this plugin. I&#8217;ve had a day of searching and you have saved my website!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
