<?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: The Atropos WordPress Plugin</title>
	<atom:link href="http://www.hostscope.com/wordpress-plugins/atropos-wordpress-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hostscope.com/wordpress-plugins/atropos-wordpress-plugin/</link>
	<description>WordPress is the new LAMP.</description>
	<lastBuildDate>Tue, 16 Feb 2010 17:09:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wordpress: 12 handy plugins &#124; Andrea Cima Serniotti</title>
		<link>http://www.hostscope.com/wordpress-plugins/atropos-wordpress-plugin/comment-page-2/#comment-13153</link>
		<dc:creator>Wordpress: 12 handy plugins &#124; Andrea Cima Serniotti</dc:creator>
		<pubDate>Sat, 06 Feb 2010 12:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=67#comment-13153</guid>
		<description>[...] Atropos plugin lets you set an expiration date for your posts. This is done in a new Advanced Options section of the post edit page. Pick your month and put in the date and year and your post will automatically be deleted or moved to draft, depending on your settings, at the end of that day. I&#8217;ve used this plugin in Stock2Clear to set an expiration date on product offers. [...]</description>
		<content:encoded><![CDATA[<p>[...] Atropos plugin lets you set an expiration date for your posts. This is done in a new Advanced Options section of the post edit page. Pick your month and put in the date and year and your post will automatically be deleted or moved to draft, depending on your settings, at the end of that day. I&#8217;ve used this plugin in Stock2Clear to set an expiration date on product offers. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mary Frank</title>
		<link>http://www.hostscope.com/wordpress-plugins/atropos-wordpress-plugin/comment-page-2/#comment-12415</link>
		<dc:creator>Mary Frank</dc:creator>
		<pubDate>Thu, 21 Jan 2010 14:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=67#comment-12415</guid>
		<description>Its good that you come to know when your post expires but I would not like to delete it so I&#039;ll move it to some other category, is that possible ?</description>
		<content:encoded><![CDATA[<p>Its good that you come to know when your post expires but I would not like to delete it so I&#8217;ll move it to some other category, is that possible ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress Atropost Plugin</title>
		<link>http://www.hostscope.com/wordpress-plugins/atropos-wordpress-plugin/comment-page-2/#comment-12137</link>
		<dc:creator>Wordpress Atropost Plugin</dc:creator>
		<pubDate>Sat, 16 Jan 2010 01:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=67#comment-12137</guid>
		<description>[...] it&#8217;s homepage, the Atropos plugin lets you set an expiration date for your posts. This is done in a new Advanced [...]</description>
		<content:encoded><![CDATA[<p>[...] it&#8217;s homepage, the Atropos plugin lets you set an expiration date for your posts. This is done in a new Advanced [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John G</title>
		<link>http://www.hostscope.com/wordpress-plugins/atropos-wordpress-plugin/comment-page-2/#comment-9501</link>
		<dc:creator>John G</dc:creator>
		<pubDate>Fri, 20 Nov 2009 16:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=67#comment-9501</guid>
		<description>I just brougt up 2.8.6 and the date expired only shows that the post only expires at the end of xxxxx (month).

What is the change I have to make to get it to list a day/month/year format if at all possible.

Thanks,

John</description>
		<content:encoded><![CDATA[<p>I just brougt up 2.8.6 and the date expired only shows that the post only expires at the end of xxxxx (month).</p>
<p>What is the change I have to make to get it to list a day/month/year format if at all possible.</p>
<p>Thanks,</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IAprogressive</title>
		<link>http://www.hostscope.com/wordpress-plugins/atropos-wordpress-plugin/comment-page-2/#comment-9435</link>
		<dc:creator>IAprogressive</dc:creator>
		<pubDate>Thu, 19 Nov 2009 05:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=67#comment-9435</guid>
		<description>I changed the plugin a bit to fit our function, which someone else mentioned above.  I think this will work now so that after a post expires, it will change it from one category to another.  

In this case, I am changing the term_taxonomy_id to 4 only if the post has expired and it is currently 3.  &#039;upcoming guests&#039; to &#039;previous guests&#039;

$wpdb-&gt;query(&quot;UPDATE {$wpdb-&gt;term_relationships} SET term_taxonomy_id = &#039;4&#039; WHERE object_id = $a AND term_taxonomy_id = &#039;3&#039;&quot;);

I&#039;m waiting for it to run tonight to see if it works, any ideas how I could do this a little smoother?</description>
		<content:encoded><![CDATA[<p>I changed the plugin a bit to fit our function, which someone else mentioned above.  I think this will work now so that after a post expires, it will change it from one category to another.  </p>
<p>In this case, I am changing the term_taxonomy_id to 4 only if the post has expired and it is currently 3.  &#8216;upcoming guests&#8217; to &#8216;previous guests&#8217;</p>
<p>$wpdb-&gt;query(&#8220;UPDATE {$wpdb-&gt;term_relationships} SET term_taxonomy_id = &#8216;4&#8242; WHERE object_id = $a AND term_taxonomy_id = &#8216;3&#8242;&#8221;);</p>
<p>I&#8217;m waiting for it to run tonight to see if it works, any ideas how I could do this a little smoother?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Awesome Wordpress Plugins!! &#171; Pixelerium &#8211; Putting the pieces together</title>
		<link>http://www.hostscope.com/wordpress-plugins/atropos-wordpress-plugin/comment-page-2/#comment-8987</link>
		<dc:creator>Awesome Wordpress Plugins!! &#171; Pixelerium &#8211; Putting the pieces together</dc:creator>
		<pubDate>Mon, 09 Nov 2009 19:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=67#comment-8987</guid>
		<description>[...] Hostscope.com : Lets you set an expiration date on any post! [...]</description>
		<content:encoded><![CDATA[<p>[...] Hostscope.com : Lets you set an expiration date on any post! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrrl</title>
		<link>http://www.hostscope.com/wordpress-plugins/atropos-wordpress-plugin/comment-page-2/#comment-8815</link>
		<dc:creator>jrrl</dc:creator>
		<pubDate>Thu, 05 Nov 2009 18:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=67#comment-8815</guid>
		<description>Sure.  I&#039;ll send to it you shortly.  I&#039;m sorry you&#039;ve been having these problems.  Perhaps in the future I should provide a function for setting or clearing an expiration date so it can be used programmatically without the headaches you&#039;ve encountered.</description>
		<content:encoded><![CDATA[<p>Sure.  I&#8217;ll send to it you shortly.  I&#8217;m sorry you&#8217;ve been having these problems.  Perhaps in the future I should provide a function for setting or clearing an expiration date so it can be used programmatically without the headaches you&#8217;ve encountered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.hostscope.com/wordpress-plugins/atropos-wordpress-plugin/comment-page-2/#comment-8731</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 03 Nov 2009 17:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=67#comment-8731</guid>
		<description>Any chance I could just get the old plugin file from you?  I would like to just give it a shot for my purposes and see if it fixes the weird issues I seem to be having.

Thanks for your help thus far.</description>
		<content:encoded><![CDATA[<p>Any chance I could just get the old plugin file from you?  I would like to just give it a shot for my purposes and see if it fixes the weird issues I seem to be having.</p>
<p>Thanks for your help thus far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.hostscope.com/wordpress-plugins/atropos-wordpress-plugin/comment-page-2/#comment-7744</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 10 Oct 2009 16:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=67#comment-7744</guid>
		<description>With regard to my wp_cron running or not.  I checked my raw access error log and I have a number of these entries:

69.65.3.168 - - [03/Oct/2009:23:18:04 -0500] &quot;GET /wp-cron.php?check=5a4a88d738bd64fab3bcbbbeacfca6f4 HTTP/1.0&quot; 200 - &quot;-&quot; &quot;-&quot;

Not sure what&#039;s going on though?</description>
		<content:encoded><![CDATA[<p>With regard to my wp_cron running or not.  I checked my raw access error log and I have a number of these entries:</p>
<p>69.65.3.168 &#8211; - [03/Oct/2009:23:18:04 -0500] &#8220;GET /wp-cron.php?check=5a4a88d738bd64fab3bcbbbeacfca6f4 HTTP/1.0&#8243; 200 &#8211; &#8220;-&#8221; &#8220;-&#8221;</p>
<p>Not sure what&#8217;s going on though?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.hostscope.com/wordpress-plugins/atropos-wordpress-plugin/comment-page-2/#comment-7743</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 10 Oct 2009 16:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=67#comment-7743</guid>
		<description>I did a little more playing and here&#039;s what I can verify so far:

using phpMyAdmin I can say that there were no _atropos_expiration_date entries anywhere.  So I created a new post and instead of using custom fields to enter in the expiration date, I used the Expiration Date box to manually enter in the values and then checked the database again and it worked.

So the problem at this point appears to be, when setting it by custom field, nothing is happening or getting stored in wp_postmeta.</description>
		<content:encoded><![CDATA[<p>I did a little more playing and here&#8217;s what I can verify so far:</p>
<p>using phpMyAdmin I can say that there were no _atropos_expiration_date entries anywhere.  So I created a new post and instead of using custom fields to enter in the expiration date, I used the Expiration Date box to manually enter in the values and then checked the database again and it worked.</p>
<p>So the problem at this point appears to be, when setting it by custom field, nothing is happening or getting stored in wp_postmeta.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
