<?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: [WordPress] redefining the default calendar</title>
	<atom:link href="http://www.wecentral.com/developers-corner/wordpress-redefining-the-default-calendar.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wecentral.com/developers-corner/wordpress-redefining-the-default-calendar.html</link>
	<description>Anybody listening?</description>
	<lastBuildDate>Fri, 20 Jan 2012 21:16:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: pffrji71</title>
		<link>http://www.wecentral.com/developers-corner/wordpress-redefining-the-default-calendar.html/comment-page-1#comment-285</link>
		<dc:creator>pffrji71</dc:creator>
		<pubDate>Fri, 20 Jan 2012 21:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wecentral.com/?p=85#comment-285</guid>
		<description></description>
		<content:encoded><![CDATA[<p>Купить газорегуляторный пункт ГРПШ <a href="http://promgazarm.ru" rel="nofollow nofollow">http://promgazarm.ru</a> ГСГО, УГРШ, МРП, МРПБ, заказать измерительный комплекс или узел учета газа СГ-ЭК у ПромГазАрм</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.wecentral.com/developers-corner/wordpress-redefining-the-default-calendar.html/comment-page-1#comment-202</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Mon, 21 Jun 2010 13:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.wecentral.com/?p=85#comment-202</guid>
		<description>Yes Snails, that is possible.  It would require rewriting some of the query, particularly replacing the parts that use post_date to use whatever custom field you create.</description>
		<content:encoded><![CDATA[<p>Yes Snails, that is possible.  It would require rewriting some of the query, particularly replacing the parts that use post_date to use whatever custom field you create.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snails</title>
		<link>http://www.wecentral.com/developers-corner/wordpress-redefining-the-default-calendar.html/comment-page-1#comment-201</link>
		<dc:creator>snails</dc:creator>
		<pubDate>Sun, 20 Jun 2010 02:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.wecentral.com/?p=85#comment-201</guid>
		<description>Hi Tony
I&#039;ve been looking for something similar to this.  Would it be possible to use a custom field to store the date of an event, and then use something similar to show future posts but using the date that is stored in the custom field??
So in other words, query a custom field (or multiple fields) instead of &#039;future posts&#039;.
Thanks</description>
		<content:encoded><![CDATA[<p>Hi Tony<br />
I&#8217;ve been looking for something similar to this.  Would it be possible to use a custom field to store the date of an event, and then use something similar to show future posts but using the date that is stored in the custom field??<br />
So in other words, query a custom field (or multiple fields) instead of &#8216;future posts&#8217;.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.wecentral.com/developers-corner/wordpress-redefining-the-default-calendar.html/comment-page-1#comment-192</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.wecentral.com/?p=85#comment-192</guid>
		<description>James,   You&#039;re welcome.    

I always try to add bits of code that I find useful.</description>
		<content:encoded><![CDATA[<p>James,   You&#8217;re welcome.    </p>
<p>I always try to add bits of code that I find useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mannie</title>
		<link>http://www.wecentral.com/developers-corner/wordpress-redefining-the-default-calendar.html/comment-page-1#comment-191</link>
		<dc:creator>Mannie</dc:creator>
		<pubDate>Sat, 20 Feb 2010 18:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.wecentral.com/?p=85#comment-191</guid>
		<description>Shoot , the code disappeared (as a suspected it might).

I left out the php tags, but here&#039;s how you query future posts:

query_posts(&#039;post_status=future&amp;showposts=-1&amp;order=ASC&#039;);

(Using &quot;-1&quot; shows all posts.)</description>
		<content:encoded><![CDATA[<p>Shoot , the code disappeared (as a suspected it might).</p>
<p>I left out the php tags, but here&#8217;s how you query future posts:</p>
<p>query_posts(&#8216;post_status=future&amp;showposts=-1&amp;order=ASC&#8217;);</p>
<p>(Using &#8220;-1&#8243; shows all posts.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mannie</title>
		<link>http://www.wecentral.com/developers-corner/wordpress-redefining-the-default-calendar.html/comment-page-1#comment-190</link>
		<dc:creator>Mannie</dc:creator>
		<pubDate>Sat, 20 Feb 2010 18:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wecentral.com/?p=85#comment-190</guid>
		<description>James,
It&#039;s pretty simple. You just start the loop with a future post query:

&lt;code&gt;

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>James,<br />
It&#8217;s pretty simple. You just start the loop with a future post query:</p>
<p><code></p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James M</title>
		<link>http://www.wecentral.com/developers-corner/wordpress-redefining-the-default-calendar.html/comment-page-1#comment-189</link>
		<dc:creator>James M</dc:creator>
		<pubDate>Mon, 15 Feb 2010 21:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.wecentral.com/?p=85#comment-189</guid>
		<description>Ahh I did not see you can set the publish date into the future when editing a post. So if it&#039;s an event you just set the post to the date of the event. Very sneaky :p And now I see in the database the post-status field is &#039;future&#039; 

So the post will not show up in the blog till that date. Any idea on how to get the best of both worlds? So the post can be set as future AND show up in the blog prior to the event. Guessing there would need to be a custom solution similar to the SQL statements you created. Thanks for this great post!!</description>
		<content:encoded><![CDATA[<p>Ahh I did not see you can set the publish date into the future when editing a post. So if it&#8217;s an event you just set the post to the date of the event. Very sneaky :p And now I see in the database the post-status field is &#8216;future&#8217; </p>
<p>So the post will not show up in the blog till that date. Any idea on how to get the best of both worlds? So the post can be set as future AND show up in the blog prior to the event. Guessing there would need to be a custom solution similar to the SQL statements you created. Thanks for this great post!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James M</title>
		<link>http://www.wecentral.com/developers-corner/wordpress-redefining-the-default-calendar.html/comment-page-1#comment-188</link>
		<dc:creator>James M</dc:creator>
		<pubDate>Mon, 15 Feb 2010 21:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.wecentral.com/?p=85#comment-188</guid>
		<description>Great post!! Excellent addition to wp!

Can you please detail how to added &#039;Future&#039; as a Publish status option when creating / editing a post in wp-admin? Thanks!</description>
		<content:encoded><![CDATA[<p>Great post!! Excellent addition to wp!</p>
<p>Can you please detail how to added &#8216;Future&#8217; as a Publish status option when creating / editing a post in wp-admin? Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

