<?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: How to change the events order?</title>
		<link>http://www.themolitor.com/forums/topic/how-to-change-the-events-order</link>
		<description>THE MOLITOR FORUMS &#187; Topic: How to change the events order?</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 08:30:03 +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/how-to-change-the-events-order" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "How to change the events order?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-change-the-events-order#post-29365</link>
			<pubDate>Tue, 20 May 2014 09:41:06 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29365@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Positive ratings REALLY help me out.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>nsmithdesign on "How to change the events order?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-change-the-events-order#post-29356</link>
			<pubDate>Mon, 19 May 2014 13:48:58 +0000</pubDate>
			<dc:creator>nsmithdesign</dc:creator>
			<guid isPermaLink="false">29356@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you! :)</p>
<p>That's exactly what it was.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "How to change the events order?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-change-the-events-order#post-29355</link>
			<pubDate>Mon, 19 May 2014 13:26:51 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29355@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>That's a category page, not a calendar page, which is what those instructions apply to. For category listings, remove the following in archive.php on line 10...</p>
<pre><code>if($eventCat &#38;&#38; !is_search() &#38;&#38; in_category($eventCat)){query_posts($query_string . &#039;&#38;order=ASC&#039;);}</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>nsmithdesign on "How to change the events order?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-change-the-events-order#post-29353</link>
			<pubDate>Mon, 19 May 2014 12:51:47 +0000</pubDate>
			<dc:creator>nsmithdesign</dc:creator>
			<guid isPermaLink="false">29353@http://www.themolitor.com/forums/</guid>
			<description><p><a href="http://thestrongholdfl.org/category/events/" rel="nofollow">http://thestrongholdfl.org/category/events/</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "How to change the events order?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-change-the-events-order#post-29351</link>
			<pubDate>Mon, 19 May 2014 12:48:51 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29351@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Can you provide a link to your site? I'll check it out.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>nsmithdesign on "How to change the events order?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-change-the-events-order#post-29338</link>
			<pubDate>Mon, 19 May 2014 10:11:27 +0000</pubDate>
			<dc:creator>nsmithdesign</dc:creator>
			<guid isPermaLink="false">29338@http://www.themolitor.com/forums/</guid>
			<description><p>The FAQ - Change order of calendar items says to change "ASC" to "DESC" in the calendar.php file: </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>
<p>to </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>
<p>---</p>
<p>I did this, but it did not change the order.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "How to change the events order?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-change-the-events-order#post-29174</link>
			<pubDate>Fri, 09 May 2014 10:39:04 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29174@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>If you're talking about events on the category page, they display past-&#62;future by default, provided the category you're viewing is in the events category you assign on the Customize page.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>lourenso82 on "How to change the events order?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-change-the-events-order#post-29164</link>
			<pubDate>Fri, 09 May 2014 03:24:17 +0000</pubDate>
			<dc:creator>lourenso82</dc:creator>
			<guid isPermaLink="false">29164@http://www.themolitor.com/forums/</guid>
			<description><p>I would like that the events appear FIRST the most recently.
</p></description>
		</item>

	</channel>
</rss>
