<?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: Take Control Over Post Ordering With Custom Keys</title>
	<atom:link href="http://www.think-press.com/246/take-control-over-post-ordering-custom-keys/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.think-press.com/246/take-control-over-post-ordering-custom-keys/</link>
	<description>WordPress Enlightenment</description>
	<lastBuildDate>Sun, 06 Jun 2010 07:57:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Brandon</title>
		<link>http://www.think-press.com/246/take-control-over-post-ordering-custom-keys/comment-page-1/#comment-73</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Thu, 05 Nov 2009 06:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.think-press.com/?p=246#comment-73</guid>
		<description>@Wes - Yes, you can do all sorts of comparisons on the meta data. You just have to make sure that the value of the meta data is in a format that will allow it to sort how you want it to. Dates can be tricky because a value of 11/04/09 won&#039;t sort properly.</description>
		<content:encoded><![CDATA[<p>@Wes &#8211; Yes, you can do all sorts of comparisons on the meta data. You just have to make sure that the value of the meta data is in a format that will allow it to sort how you want it to. Dates can be tricky because a value of 11/04/09 won&#8217;t sort properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <fb:name linked="false" useyou="false" uid="172005769">Wes Bos</fb:name></title>
		<link>http://www.think-press.com/246/take-control-over-post-ordering-custom-keys/comment-page-1/#comment-72</link>
		<dc:creator><fb:name linked="false" useyou="false" uid="172005769">Wes Bos</fb:name></dc:creator>
		<pubDate>Thu, 05 Nov 2009 06:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.think-press.com/?p=246#comment-72</guid>
		<description>Great post, this will help me out a ton!

Is there a way that will let you list posts that have a meta field that is greater or equal to a variable.

For example, set a variable to get todays time, and only display events that are in the future?</description>
		<content:encoded><![CDATA[<p>Great post, this will help me out a ton!</p>
<p>Is there a way that will let you list posts that have a meta field that is greater or equal to a variable.</p>
<p>For example, set a variable to get todays time, and only display events that are in the future?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juno106</title>
		<link>http://www.think-press.com/246/take-control-over-post-ordering-custom-keys/comment-page-1/#comment-70</link>
		<dc:creator>juno106</dc:creator>
		<pubDate>Thu, 22 Oct 2009 03:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.think-press.com/?p=246#comment-70</guid>
		<description>Thanks this is really helpful. I am creating a site for a record company and want to be able to sort their catalog by release date (not post date). I created  a custom field called release_date and have been entering the dates like this &quot;November 20, 2003&quot; I cant figure out how to set the orderby code so it sorts it chronologically. I poured over the codex to no avail. Any pointers would be greatly appreciated. Thanks again</description>
		<content:encoded><![CDATA[<p>Thanks this is really helpful. I am creating a site for a record company and want to be able to sort their catalog by release date (not post date). I created  a custom field called release_date and have been entering the dates like this &#8220;November 20, 2003&#8243; I cant figure out how to set the orderby code so it sorts it chronologically. I poured over the codex to no avail. Any pointers would be greatly appreciated. Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://www.think-press.com/246/take-control-over-post-ordering-custom-keys/comment-page-1/#comment-69</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Thu, 08 Oct 2009 14:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.think-press.com/?p=246#comment-69</guid>
		<description>@Zergaloth - There are a number of paging type plugins on WordPress.org that you could look into, or there is also built in paging functions you can use. You&#039;ll have to make sure you include the &quot;paged&quot; variable in your parameters for query_posts() though otherwise you&#039;ll never be able to get past the first page of posts.</description>
		<content:encoded><![CDATA[<p>@Zergaloth &#8211; There are a number of paging type plugins on WordPress.org that you could look into, or there is also built in paging functions you can use. You&#8217;ll have to make sure you include the &#8220;paged&#8221; variable in your parameters for query_posts() though otherwise you&#8217;ll never be able to get past the first page of posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zergaloth</title>
		<link>http://www.think-press.com/246/take-control-over-post-ordering-custom-keys/comment-page-1/#comment-68</link>
		<dc:creator>Zergaloth</dc:creator>
		<pubDate>Thu, 08 Oct 2009 10:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.think-press.com/?p=246#comment-68</guid>
		<description>Bit of a newbie to all this, but this post has been mighty helpful to me. Bit off topic, but I was wondering now, I&#039;ve limited the number of posts that can be shown, but if the number of posts exceeds that limit, how can I add paging navigation?</description>
		<content:encoded><![CDATA[<p>Bit of a newbie to all this, but this post has been mighty helpful to me. Bit off topic, but I was wondering now, I&#8217;ve limited the number of posts that can be shown, but if the number of posts exceeds that limit, how can I add paging navigation?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
