<?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: Tutorial: Making the Flutter Date Field work for you</title>
	<atom:link href="http://www.doc4design.com/articles/flutter-date-field/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doc4design.com/articles/flutter-date-field/</link>
	<description>Advertising and Marketing agency located in Northwest Arkansas providing easily attainable, creative solutions for any outlet in any stage of growth.</description>
	<lastBuildDate>Wed, 08 Sep 2010 20:09:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: wp-popular.com &#187; Blog Archive &#187; Tutorial: Making the Flutter Date Field work for you &#124; Doc4 Advertising Agency</title>
		<link>http://www.doc4design.com/articles/flutter-date-field/comment-page-1/#comment-393</link>
		<dc:creator>wp-popular.com &#187; Blog Archive &#187; Tutorial: Making the Flutter Date Field work for you &#124; Doc4 Advertising Agency</dc:creator>
		<pubDate>Thu, 18 Feb 2010 20:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.doc4design.com/?p=1117#comment-393</guid>
		<description>[...] more here: Tutorial: Making the Flutter Date Field work for you &#124; Doc4 Advertising Agency Tags: flutter, [...]</description>
		<content:encoded><![CDATA[<p>[...] more here: Tutorial: Making the Flutter Date Field work for you | Doc4 Advertising Agency Tags: flutter, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doc4</title>
		<link>http://www.doc4design.com/articles/flutter-date-field/comment-page-1/#comment-331</link>
		<dc:creator>Doc4</dc:creator>
		<pubDate>Thu, 04 Feb 2010 20:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.doc4design.com/?p=1117#comment-331</guid>
		<description>Kay, 

I haven&#039;t fully verified this code but give it a try. I assume you will need to target a specific category for the reordering. This is making the assumption your meta_key is named &quot;date&quot;.

&lt;code&gt;&lt;?php if ( is_category (&#039;10&#039;) ) { $posts = query_posts($query_string. &#039;&amp;orderby=meta_value&amp;meta_key=date&amp;order=DESC&amp;showposts=50&#039; ); } ?&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Kay, </p>
<p>I haven&#8217;t fully verified this code but give it a try. I assume you will need to target a specific category for the reordering. This is making the assumption your meta_key is named &#8220;date&#8221;.</p>
<p><code>&lt;?php if ( is_category (&#039;10&#039;) ) { $posts = query_posts($query_string. &#039;&amp;orderby=meta_value&amp;meta_key=date&amp;order=DESC&amp;showposts=50&#039; ); } ?&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kay</title>
		<link>http://www.doc4design.com/articles/flutter-date-field/comment-page-1/#comment-330</link>
		<dc:creator>Kay</dc:creator>
		<pubDate>Thu, 04 Feb 2010 10:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.doc4design.com/?p=1117#comment-330</guid>
		<description>I think I have the same question as Peter. Basically I have posts that I want to order by a Flutter date field, similar to how it&#039;s done automatically in Wordpress. But the publish date (which is what Wordpress uses to sort) would be too confusing for our users to edit. I&#039;m guessing this would involve setting the post_where filter before the loop?</description>
		<content:encoded><![CDATA[<p>I think I have the same question as Peter. Basically I have posts that I want to order by a Flutter date field, similar to how it&#8217;s done automatically in WordPress. But the publish date (which is what WordPress uses to sort) would be too confusing for our users to edit. I&#8217;m guessing this would involve setting the post_where filter before the loop?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doc4</title>
		<link>http://www.doc4design.com/articles/flutter-date-field/comment-page-1/#comment-299</link>
		<dc:creator>Doc4</dc:creator>
		<pubDate>Sat, 16 Jan 2010 21:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.doc4design.com/?p=1117#comment-299</guid>
		<description>cakra, 

I&#039;m sure this is possible to arrange the events by date then again by start-time, it seems the easiest way to achieve the time sorting would be by using WordPress&#039; post time stamp.</description>
		<content:encoded><![CDATA[<p>cakra, </p>
<p>I&#8217;m sure this is possible to arrange the events by date then again by start-time, it seems the easiest way to achieve the time sorting would be by using WordPress&#8217; post time stamp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakra</title>
		<link>http://www.doc4design.com/articles/flutter-date-field/comment-page-1/#comment-295</link>
		<dc:creator>cakra</dc:creator>
		<pubDate>Thu, 14 Jan 2010 23:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.doc4design.com/?p=1117#comment-295</guid>
		<description>Do you have any idea to add &quot;time&quot; (start time-end time of event) with flutter and how they work together with date ? For example : sort a same date but have a different time event.</description>
		<content:encoded><![CDATA[<p>Do you have any idea to add &#8220;time&#8221; (start time-end time of event) with flutter and how they work together with date ? For example : sort a same date but have a different time event.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doc4</title>
		<link>http://www.doc4design.com/articles/flutter-date-field/comment-page-1/#comment-273</link>
		<dc:creator>Doc4</dc:creator>
		<pubDate>Sun, 03 Jan 2010 15:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.doc4design.com/?p=1117#comment-273</guid>
		<description>Peter, 

Can you clarify this a little? Are you wanting the date outside of the loop or even just wanting to use a single date? Just to clarify, with the Flutter Date it is not functional outside of the loop.</description>
		<content:encoded><![CDATA[<p>Peter, </p>
<p>Can you clarify this a little? Are you wanting the date outside of the loop or even just wanting to use a single date? Just to clarify, with the Flutter Date it is not functional outside of the loop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://www.doc4design.com/articles/flutter-date-field/comment-page-1/#comment-270</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Thu, 31 Dec 2009 16:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.doc4design.com/?p=1117#comment-270</guid>
		<description>Social comments and analytics for this post...

This post was mentioned on Twitter by doc4design: Tutorial: Making the Flutter Date Field work for you: http://bit.ly/yNgB7...</description>
		<content:encoded><![CDATA[<p>Social comments and analytics for this post&#8230;</p>
<p>This post was mentioned on Twitter by doc4design: Tutorial: Making the Flutter Date Field work for you: <a href="http://bit.ly/yNgB7.." rel="nofollow">http://bit.ly/yNgB7..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Steen Høgenhaug</title>
		<link>http://www.doc4design.com/articles/flutter-date-field/comment-page-1/#comment-269</link>
		<dc:creator>Peter Steen Høgenhaug</dc:creator>
		<pubDate>Thu, 31 Dec 2009 05:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.doc4design.com/?p=1117#comment-269</guid>
		<description>How is it possible to sort the loop so that the first date will show on top of the loop (that is, sort the loop after the event dates, not after the post dates)?</description>
		<content:encoded><![CDATA[<p>How is it possible to sort the loop so that the first date will show on top of the loop (that is, sort the loop after the event dates, not after the post dates)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Soper</title>
		<link>http://www.doc4design.com/articles/flutter-date-field/comment-page-1/#comment-226</link>
		<dc:creator>Nick Soper</dc:creator>
		<pubDate>Fri, 20 Nov 2009 11:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.doc4design.com/?p=1117#comment-226</guid>
		<description>Works a charm. I didn&#039;t realise you could simply , I was using the get_post_meta each time. Thanks for the tip(s)</description>
		<content:encoded><![CDATA[<p>Works a charm. I didn&#8217;t realise you could simply , I was using the get_post_meta each time. Thanks for the tip(s)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doc4</title>
		<link>http://www.doc4design.com/articles/flutter-date-field/comment-page-1/#comment-224</link>
		<dc:creator>Doc4</dc:creator>
		<pubDate>Sun, 15 Nov 2009 14:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.doc4design.com/?p=1117#comment-224</guid>
		<description>ale &#124; fatbombers, 

How are you wanting to sort the posts, there may be a more effective way of doing this than using Flutter Custom Fields.</description>
		<content:encoded><![CDATA[<p>ale | fatbombers, </p>
<p>How are you wanting to sort the posts, there may be a more effective way of doing this than using Flutter Custom Fields.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
