<?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 Date Field</title>
	<atom:link href="http://matth.eu/wordpress-date-field-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://matth.eu/wordpress-date-field-plugin</link>
	<description>I&#039;m Matthew Haines-Young, and I&#039;m a  web developer.</description>
	<lastBuildDate>Fri, 07 Jan 2011 18:55:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Dylan</title>
		<link>http://matth.eu/wordpress-date-field-plugin/comment-page-1#comment-5916</link>
		<dc:creator>Dylan</dc:creator>
		<pubDate>Fri, 07 Jan 2011 18:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://matth.eu/?p=166#comment-5916</guid>
		<description>I&#039;ve patched v0.3.1 to incorporate the jQuery DatePicker plugin, plus some other bug fixes &amp; tweaks for my personal preference.  Email me if you&#039;re interested.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve patched v0.3.1 to incorporate the jQuery DatePicker plugin, plus some other bug fixes &amp; tweaks for my personal preference.  Email me if you&#8217;re interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://matth.eu/wordpress-date-field-plugin/comment-page-1#comment-5434</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Mon, 13 Dec 2010 22:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://matth.eu/?p=166#comment-5434</guid>
		<description>Thanks for your solution. I realize that this plugin is not so user friendly. I have done a complete rewrite which I am in the final testing stages of testing - and I hope to release soon!</description>
		<content:encoded><![CDATA[<p>Thanks for your solution. I realize that this plugin is not so user friendly. I have done a complete rewrite which I am in the final testing stages of testing &#8211; and I hope to release soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Small Change</title>
		<link>http://matth.eu/wordpress-date-field-plugin/comment-page-1#comment-5431</link>
		<dc:creator>Small Change</dc:creator>
		<pubDate>Mon, 13 Dec 2010 19:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://matth.eu/?p=166#comment-5431</guid>
		<description>Thanks for the sweet plugin! Just wanted to mention that the query posted:
&lt;code&gt;
=&amp;meta_value=&#039; . time() . &#039;&amp;order=ASC&#039; ); ?&gt;
&lt;/code&gt;
Doesn&#039;t work by default because the meta_key stored is actually called &quot;date_value&quot;.

A the solution is simple:

&lt;code&gt;
=&amp;meta_value=&#039; . time() . &#039;&amp;order=ASC&#039; ); ?&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for the sweet plugin! Just wanted to mention that the query posted:<br />
<code><br />
=&amp;meta_value=' . time() . '&amp;order=ASC' ); ?&gt;<br />
</code><br />
Doesn&#8217;t work by default because the meta_key stored is actually called &#8220;date_value&#8221;.</p>
<p>A the solution is simple:</p>
<p><code><br />
=&amp;meta_value=' . time() . '&amp;order=ASC' ); ?&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Ray</title>
		<link>http://matth.eu/wordpress-date-field-plugin/comment-page-1#comment-3906</link>
		<dc:creator>Ryan Ray</dc:creator>
		<pubDate>Fri, 08 Oct 2010 23:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://matth.eu/?p=166#comment-3906</guid>
		<description>Thanks a million, Matthew!! Really appreciate the plug in :-)</description>
		<content:encoded><![CDATA[<p>Thanks a million, Matthew!! Really appreciate the plug in <img src='http://matth.eu/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://matth.eu/wordpress-date-field-plugin/comment-page-1#comment-2612</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Mon, 05 Jul 2010 10:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://matth.eu/?p=166#comment-2612</guid>
		<description>Thats a great improvement - thanks. I will update the page as soon as I get a chance.</description>
		<content:encoded><![CDATA[<p>Thats a great improvement &#8211; thanks. I will update the page as soon as I get a chance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Egbert</title>
		<link>http://matth.eu/wordpress-date-field-plugin/comment-page-1#comment-2611</link>
		<dc:creator>Jan Egbert</dc:creator>
		<pubDate>Mon, 05 Jul 2010 10:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://matth.eu/?p=166#comment-2611</guid>
		<description>I changed time() to mktime() - 24*3600 to make sure events that are happening today or &quot;right now&quot; are also listed.</description>
		<content:encoded><![CDATA[<p>I changed time() to mktime() &#8211; 24*3600 to make sure events that are happening today or &#8220;right now&#8221; are also listed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javi</title>
		<link>http://matth.eu/wordpress-date-field-plugin/comment-page-1#comment-2442</link>
		<dc:creator>Javi</dc:creator>
		<pubDate>Wed, 16 Jun 2010 11:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://matth.eu/?p=166#comment-2442</guid>
		<description>Awsome! Really nice work, i&#039;m using it with some post type wordpress 3.0 capabilities and works like a charm.</description>
		<content:encoded><![CDATA[<p>Awsome! Really nice work, i&#8217;m using it with some post type wordpress 3.0 capabilities and works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Floyd</title>
		<link>http://matth.eu/wordpress-date-field-plugin/comment-page-1#comment-2375</link>
		<dc:creator>Floyd</dc:creator>
		<pubDate>Thu, 10 Jun 2010 00:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://matth.eu/?p=166#comment-2375</guid>
		<description>Hey, this is good stuff. It did just what I was looking for.... I&#039;ve got a site that I needed to list upcoming &#039;events&#039; in chronological order from the soonest to the farthest away and this let me do just that. 

Now, I just need to figure out how to do the same thing, but in the sidebar as an &#039;upcoming events&#039; link area...</description>
		<content:encoded><![CDATA[<p>Hey, this is good stuff. It did just what I was looking for&#8230;. I&#8217;ve got a site that I needed to list upcoming &#8216;events&#8217; in chronological order from the soonest to the farthest away and this let me do just that. </p>
<p>Now, I just need to figure out how to do the same thing, but in the sidebar as an &#8216;upcoming events&#8217; link area&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to create an archive based on custom fields : Wordpress Herald</title>
		<link>http://matth.eu/wordpress-date-field-plugin/comment-page-1#comment-1964</link>
		<dc:creator>How to create an archive based on custom fields : Wordpress Herald</dc:creator>
		<pubDate>Sat, 17 Apr 2010 06:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://matth.eu/?p=166#comment-1964</guid>
		<description>[...] solution? A wonderful date field plugin which lets you sort posts by the date entered in the custom fields. With a bit of tweaking and [...]</description>
		<content:encoded><![CDATA[<p>[...] solution? A wonderful date field plugin which lets you sort posts by the date entered in the custom fields. With a bit of tweaking and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to create an archive based on custom fields, not publish date in WordPress &#124; WP Garage</title>
		<link>http://matth.eu/wordpress-date-field-plugin/comment-page-1#comment-1937</link>
		<dc:creator>How to create an archive based on custom fields, not publish date in WordPress &#124; WP Garage</dc:creator>
		<pubDate>Mon, 12 Apr 2010 13:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://matth.eu/?p=166#comment-1937</guid>
		<description>[...] found this wonderful date field plugin which lets  you sort posts by the date entered in the custom fields.  Here&#8217;s what I [...]</description>
		<content:encoded><![CDATA[<p>[...] found this wonderful date field plugin which lets  you sort posts by the date entered in the custom fields.  Here&#8217;s what I [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

