<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Posts Archives - Keith Devon</title>
	<atom:link href="https://keithdevon.com/tag/posts/feed/" rel="self" type="application/rss+xml" />
	<link>https://keithdevon.com/tag/posts/</link>
	<description>UK-based WordPress developer</description>
	<lastBuildDate>Tue, 20 Jul 2010 15:24:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.3</generator>
	<item>
		<title>Sorting WordPress Posts Using Surnames</title>
		<link>https://keithdevon.com/sorting-wordpress-posts-using-surnames/</link>
					<comments>https://keithdevon.com/sorting-wordpress-posts-using-surnames/#respond</comments>
		
		<dc:creator><![CDATA[Keith Devon]]></dc:creator>
		<pubDate>Tue, 20 Jul 2010 15:24:45 +0000</pubDate>
				<category><![CDATA[tuts]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP]]></category>
		<guid isPermaLink="false">http://keithdevon.wpengine.com/?p=324</guid>

					<description><![CDATA[<p>A client recently requested that their &#8216;Members&#8217; page be sorted by surname and not first name. The lists were generated using the follwing code: &#60;?php$cat_args = array( 'sort_column' =&#62; 'post_title', 'order' =&#62; 'ASC', 'parent' =&#62; 12); $categories =   get_categories($cat_args); foreach($categories as $category) { echo '&#60;ul id="member"&#62;&#60;li&#62;&#60;h3&#62;' . $category-&#62;name.'&#60;/h3&#62;&#60;/li&#62;'; $post_args = array( 'numberposts' =&#62; 50, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://keithdevon.com/sorting-wordpress-posts-using-surnames/">Sorting WordPress Posts Using Surnames</a> appeared first on <a rel="nofollow" href="https://keithdevon.com">Keith Devon</a>.</p>
]]></description>
		
					<wfw:commentRss>https://keithdevon.com/sorting-wordpress-posts-using-surnames/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
