<?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: 1.3.1 is out with Google XML Sitemap support</title>
	<atom:link href="http://ace.dev.rain.hu/2009/01/13/131-is-out-with-google-xml-sitemap-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://ace.dev.rain.hu/2009/01/13/131-is-out-with-google-xml-sitemap-support/</link>
	<description>Category Exclusion, Content Exclusion, Advanced Content Excluder for WordPress</description>
	<lastBuildDate>Sat, 24 Jul 2010 12:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Moises</title>
		<link>http://ace.dev.rain.hu/2009/01/13/131-is-out-with-google-xml-sitemap-support/comment-page-1/#comment-5242</link>
		<dc:creator>Moises</dc:creator>
		<pubDate>Thu, 02 Apr 2009 23:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://advanced-category-excluder.dev.rain.hu/?p=23#comment-5242</guid>
		<description>Hi,

The plugin seems to work pretty well on plain vanilla installations but I found something that MIGHT be a bug related to custom querys... I say might because maybe that&#039;s how you expected it to work.

Some details:
- WP 2.7.1
- ACE 1.3.2
- PHP &amp; MYSQL (tried in two different installations)

Explanation:

If I select a category to be excluded from the HOME, it works just as &quot;advertised&quot;. The problem actually appears on the sidebar on a custom query.

ACE is also affecting other querys in the same page, not only the main QUERY.

I have a very simple &quot;alternate&quot; loop:

$my_query = new WP_Query(&#039;caller_get_posts=1&amp;cat=1&amp;showposts=10&#039;);
while...

Should it modify that query also?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The plugin seems to work pretty well on plain vanilla installations but I found something that MIGHT be a bug related to custom querys&#8230; I say might because maybe that&#8217;s how you expected it to work.</p>
<p>Some details:<br />
- WP 2.7.1<br />
- ACE 1.3.2<br />
- PHP &amp; MYSQL (tried in two different installations)</p>
<p>Explanation:</p>
<p>If I select a category to be excluded from the HOME, it works just as &#8220;advertised&#8221;. The problem actually appears on the sidebar on a custom query.</p>
<p>ACE is also affecting other querys in the same page, not only the main QUERY.</p>
<p>I have a very simple &#8220;alternate&#8221; loop:</p>
<p>$my_query = new WP_Query(&#8216;caller_get_posts=1&amp;cat=1&amp;showposts=10&#8242;);<br />
while&#8230;</p>
<p>Should it modify that query also?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://ace.dev.rain.hu/2009/01/13/131-is-out-with-google-xml-sitemap-support/comment-page-1/#comment-4870</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 07 Mar 2009 12:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://advanced-category-excluder.dev.rain.hu/?p=23#comment-4870</guid>
		<description>HI,

i had also this problems - 
did a try to solve it: it &#039;helps&#039; to add more exclusion targets 

like:

$ace_targets = array(&#039;is_archive&#039;=&gt;__(&#039;Archive&#039;,&#039;ace&#039;),&#039;is_home&#039;=&gt;__(&#039;Home&#039;,&#039;ace&#039;),&#039;is_feed&#039;=&gt;__(&#039;RSS Posts&#039;,&#039;ace&#039;),&#039;is_comment_feed&#039;=&gt;__(&#039;RSS Comments&#039;,&#039;ace&#039;),&#039;is_search&#039;=&gt;__(&#039;Search&#039;,&#039;ace&#039;), &#039;is_page&#039;=&gt;__(&#039;Pages&#039;, ace), &#039;is_single&#039;=&gt;__(&#039;Single Posts&#039;, ace),&#039;norobots&#039;=&gt;__(&#039;Disable robots&#039;,&#039;ace&#039;));

@DjZoNe : I would like to contribute this

Robert</description>
		<content:encoded><![CDATA[<p>HI,</p>
<p>i had also this problems &#8211;<br />
did a try to solve it: it &#8216;helps&#8217; to add more exclusion targets </p>
<p>like:</p>
<p>$ace_targets = array(&#8216;is_archive&#8217;=&gt;__(&#8216;Archive&#8217;,'ace&#8217;),&#8217;is_home&#8217;=&gt;__(&#8216;Home&#8217;,'ace&#8217;),&#8217;is_feed&#8217;=&gt;__(&#8216;RSS Posts&#8217;,'ace&#8217;),&#8217;is_comment_feed&#8217;=&gt;__(&#8216;RSS Comments&#8217;,'ace&#8217;),&#8217;is_search&#8217;=&gt;__(&#8216;Search&#8217;,'ace&#8217;), &#8216;is_page&#8217;=&gt;__(&#8216;Pages&#8217;, ace), &#8216;is_single&#8217;=&gt;__(&#8216;Single Posts&#8217;, ace),&#8217;norobots&#8217;=&gt;__(&#8216;Disable robots&#8217;,'ace&#8217;));</p>
<p>@DjZoNe : I would like to contribute this</p>
<p>Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Carvache</title>
		<link>http://ace.dev.rain.hu/2009/01/13/131-is-out-with-google-xml-sitemap-support/comment-page-1/#comment-4769</link>
		<dc:creator>Chris Carvache</dc:creator>
		<pubDate>Thu, 26 Feb 2009 17:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://advanced-category-excluder.dev.rain.hu/?p=23#comment-4769</guid>
		<description>@ Thomas - yes, I&#039;ve been experiencing this bug as well - more than likely a simple logic error</description>
		<content:encoded><![CDATA[<p>@ Thomas &#8211; yes, I&#8217;ve been experiencing this bug as well &#8211; more than likely a simple logic error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DjZoNe</title>
		<link>http://ace.dev.rain.hu/2009/01/13/131-is-out-with-google-xml-sitemap-support/comment-page-1/#comment-4740</link>
		<dc:creator>DjZoNe</dc:creator>
		<pubDate>Mon, 23 Feb 2009 13:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://advanced-category-excluder.dev.rain.hu/?p=23#comment-4740</guid>
		<description>I&#039;m really busy these days, but in 1 or 2 weeks I&#039;ll have time for a next release.</description>
		<content:encoded><![CDATA[<p>I&#8217;m really busy these days, but in 1 or 2 weeks I&#8217;ll have time for a next release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://ace.dev.rain.hu/2009/01/13/131-is-out-with-google-xml-sitemap-support/comment-page-1/#comment-4739</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Mon, 23 Feb 2009 13:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://advanced-category-excluder.dev.rain.hu/?p=23#comment-4739</guid>
		<description>Hi again,

I should probably restate my earlier comment. 
The test should read: &quot;view the archives page which lists all months.&quot;
The result should read: &quot;the month with the test posts (e.g. January 2009) should not be listed&quot;

This also applies to other tools such as the calendars etc...</description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>I should probably restate my earlier comment.<br />
The test should read: &#8220;view the archives page which lists all months.&#8221;<br />
The result should read: &#8220;the month with the test posts (e.g. January 2009) should not be listed&#8221;</p>
<p>This also applies to other tools such as the calendars etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moriss</title>
		<link>http://ace.dev.rain.hu/2009/01/13/131-is-out-with-google-xml-sitemap-support/comment-page-1/#comment-4714</link>
		<dc:creator>Moriss</dc:creator>
		<pubDate>Sat, 21 Feb 2009 07:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://advanced-category-excluder.dev.rain.hu/?p=23#comment-4714</guid>
		<description>Thank you very much.</description>
		<content:encoded><![CDATA[<p>Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://ace.dev.rain.hu/2009/01/13/131-is-out-with-google-xml-sitemap-support/comment-page-1/#comment-4705</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 20 Feb 2009 15:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://advanced-category-excluder.dev.rain.hu/?p=23#comment-4705</guid>
		<description>Hi, 

Love your tool but have to submit a bug report:

Use case:
- Start: For a given month (e.g. January 2009) only have posts in category &quot;x&quot;
- Action taken: Exclude category &quot;x&quot; from the Archives using ACE.
- Test: View the archives page for the given month
- Result: 
  - The archives page will list an entry for the given month. (This is an error)
  - Attempting to view the posts of that month will result in a 404 error. (This is expected)

Additional info:
- ACE version: 1.3.2
- WP version: 2.7.1
- No other plugins are active, themes have no incidence.

Thanks for looking into this.

Thomas</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Love your tool but have to submit a bug report:</p>
<p>Use case:<br />
- Start: For a given month (e.g. January 2009) only have posts in category &#8220;x&#8221;<br />
- Action taken: Exclude category &#8220;x&#8221; from the Archives using ACE.<br />
- Test: View the archives page for the given month<br />
- Result:<br />
  &#8211; The archives page will list an entry for the given month. (This is an error)<br />
  &#8211; Attempting to view the posts of that month will result in a 404 error. (This is expected)</p>
<p>Additional info:<br />
- ACE version: 1.3.2<br />
- WP version: 2.7.1<br />
- No other plugins are active, themes have no incidence.</p>
<p>Thanks for looking into this.</p>
<p>Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://ace.dev.rain.hu/2009/01/13/131-is-out-with-google-xml-sitemap-support/comment-page-1/#comment-4568</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Tue, 27 Jan 2009 23:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://advanced-category-excluder.dev.rain.hu/?p=23#comment-4568</guid>
		<description>hello, nice plugin. Question, how do we update the text (Select Category) of the category widget when it is in dropdown mode.
I can&#039;t seem to find where this information can be edited to say something else. Thanks</description>
		<content:encoded><![CDATA[<p>hello, nice plugin. Question, how do we update the text (Select Category) of the category widget when it is in dropdown mode.<br />
I can&#8217;t seem to find where this information can be edited to say something else. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://ace.dev.rain.hu/2009/01/13/131-is-out-with-google-xml-sitemap-support/comment-page-1/#comment-4562</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Sun, 25 Jan 2009 21:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://advanced-category-excluder.dev.rain.hu/?p=23#comment-4562</guid>
		<description>Wordpress is telling me that there is a new version out. (1.3.1.2). http://wordpress.org/extend/plugins/advanced-category-excluder/

Could you please make a new post discussing the changes?</description>
		<content:encoded><![CDATA[<p>Wordpress is telling me that there is a new version out. (1.3.1.2). <a href="http://wordpress.org/extend/plugins/advanced-category-excluder/" rel="nofollow">http://wordpress.org/extend/plugins/advanced-category-excluder/</a></p>
<p>Could you please make a new post discussing the changes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://ace.dev.rain.hu/2009/01/13/131-is-out-with-google-xml-sitemap-support/comment-page-1/#comment-4554</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Sat, 24 Jan 2009 10:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://advanced-category-excluder.dev.rain.hu/?p=23#comment-4554</guid>
		<description>A tag based approach would be really helpful. Hope you will find time soon ;-)</description>
		<content:encoded><![CDATA[<p>A tag based approach would be really helpful. Hope you will find time soon <img src='http://ace.dev.rain.hu/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
