<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: FAQ - Change order of calendar items</title>
		<link>http://www.themolitor.com/forums/topic/faq-change-order-of-calendar-items</link>
		<description>THE MOLITOR FORUMS &#187; Topic: FAQ - Change order of calendar items</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 06:52:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/faq-change-order-of-calendar-items" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "FAQ - Change order of calendar items"</title>
			<link>http://www.themolitor.com/forums/topic/faq-change-order-of-calendar-items#post-12498</link>
			<pubDate>Wed, 11 Jul 2012 12:30:19 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">12498@http://www.themolitor.com/forums/</guid>
			<description><p>By default, the calendar displays items based on their publish date in ascending order (i.e. past --&#62; future). To change the order from future --&#62; past, do the following...</p>
<ol>
<li>
<strong>Open "calendar.php" and locate the following on line 30...</strong></p>
<pre><code>$wp_query-&#62;query(&#039;order=ASC&#38;cat=&#039;.$eventCat.&#039;&#38;showposts=200&#039;.&#039;&#38;paged=&#039;.$paged);</code></pre>
</li>
<li>
<strong>Change it to the following -- notice "ASC" is changed to "DESC"...</strong></p>
<pre><code>$wp_query-&#62;query(&#039;order=DESC&#38;cat=&#039;.$eventCat.&#039;&#38;showposts=200&#039;.&#039;&#38;paged=&#039;.$paged);</code></pre>
</li>
</ol>
<p>If this helped, PLEASE don't forget to rate the theme on your downloads page on ThemeForest.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>

	</channel>
</rss>
