<?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: How to create an archive based on custom fields, not publish date in WordPress</title>
	<atom:link href="http://wpgarage.com/code-snippets/how-to-create-an-archive-based-on-custom-fields-not-publish-date-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com/code-snippets/how-to-create-an-archive-based-on-custom-fields-not-publish-date-in-wordpress/</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Wed, 09 May 2012 06:53:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Devin</title>
		<link>http://wpgarage.com/code-snippets/how-to-create-an-archive-based-on-custom-fields-not-publish-date-in-wordpress/#comment-62087</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Wed, 26 Jan 2011 18:31:54 +0000</pubDate>
		<guid isPermaLink="false">?p=699#comment-62087</guid>
		<description>The one problem with this method is that it needs to query all the posts in that category order to sort them correctly.  This is fine if you only have a small number of letters (say less than a 100) and should work a lot of situations, but if you start to go above that you&#039;re looking at a lot of queries which can weigh down your server.  I also forget if paging worked with this method.
I had a similar issue when I was building an events post (http://wptheming.com/2010/08/how-to-make-an-events-custom-post-type/).  I originally used the sort you describe, but then decided to hijack the post date instead because of the better query capabilities.  Still haven&#039;t found the perfect solution.</description>
		<content:encoded><![CDATA[<p>The one problem with this method is that it needs to query all the posts in that category order to sort them correctly.  This is fine if you only have a small number of letters (say less than a 100) and should work a lot of situations, but if you start to go above that you&#8217;re looking at a lot of queries which can weigh down your server.  I also forget if paging worked with this method.<br />
I had a similar issue when I was building an events post (<a href="http://wptheming.com/2010/08/how-to-make-an-events-custom-post-type/" rel="nofollow">http://wptheming.com/2010/08/how-to-make-an-events-custom-post-type/</a>).  I originally used the sort you describe, but then decided to hijack the post date instead because of the better query capabilities.  Still haven&#8217;t found the perfect solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to create an archive based on custom fields : Wordpress Herald</title>
		<link>http://wpgarage.com/code-snippets/how-to-create-an-archive-based-on-custom-fields-not-publish-date-in-wordpress/#comment-61038</link>
		<dc:creator>How to create an archive based on custom fields : Wordpress Herald</dc:creator>
		<pubDate>Sat, 17 Apr 2010 06:12:06 +0000</pubDate>
		<guid isPermaLink="false">?p=699#comment-61038</guid>
		<description>[...] the entire solution on WPGarage. AKPC_IDS += &quot;98,&quot;;Popularity: unranked [?]     Categories: Plugins, [...]</description>
		<content:encoded><![CDATA[<p>[...] the entire solution on WPGarage. AKPC_IDS += &quot;98,&quot;;Popularity: unranked [?]     Categories: Plugins, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

