<?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 can I show the most upcoming events first?</title>
		<link>http://www.themolitor.com/forums/topic/how-can-i-show-the-most-upcoming-events-first</link>
		<description>THE MOLITOR FORUMS &#187; Topic: How can I show the most upcoming events first?</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 20:12:49 +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-can-i-show-the-most-upcoming-events-first" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "How can I show the most upcoming events first?"</title>
			<link>http://www.themolitor.com/forums/topic/how-can-i-show-the-most-upcoming-events-first#post-28517</link>
			<pubDate>Wed, 09 Apr 2014 09:39:34 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">28517@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>To reverse the order for event listings, open archive.php and change the following on line 10 from this...</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>...to this...</p>
<pre><code>if($eventCat &#38;&#38; !is_search() &#38;&#38; in_category($eventCat)){query_posts($query_string);}</code></pre>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>frankeee on "How can I show the most upcoming events first?"</title>
			<link>http://www.themolitor.com/forums/topic/how-can-i-show-the-most-upcoming-events-first#post-28504</link>
			<pubDate>Tue, 08 Apr 2014 23:30:40 +0000</pubDate>
			<dc:creator>frankeee</dc:creator>
			<guid isPermaLink="false">28504@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,<br />
is it  possible to change the order to reverse the order? So when other categories have it assigned as the parent category, the theme will display posts in the FITURE -&#62; PAST order.</p>
<p>Can you please give me a code snippet to change this?</p>
<p>Thanks in advance<br />
frank
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "How can I show the most upcoming events first?"</title>
			<link>http://www.themolitor.com/forums/topic/how-can-i-show-the-most-upcoming-events-first#post-28410</link>
			<pubDate>Mon, 07 Apr 2014 10:26:29 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">28410@http://www.themolitor.com/forums/</guid>
			<description><p>@jennaILM I'm not seeing any issues. The pages you're linking to all show posts in the past -&#62; future order as you want them to appear (i.e. April 5th -&#62; April 11th -&#62; May...)</p>
<p>@frankeee Make sure your event categories have a main parent category that is assigned as the main event category on the Customize page. The theme detects what the main event category is. If other categories have it assigned as the parent category, the theme will display posts in the past -&#62; future order.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>frankeee on "How can I show the most upcoming events first?"</title>
			<link>http://www.themolitor.com/forums/topic/how-can-i-show-the-most-upcoming-events-first#post-28385</link>
			<pubDate>Mon, 07 Apr 2014 01:05:21 +0000</pubDate>
			<dc:creator>frankeee</dc:creator>
			<guid isPermaLink="false">28385@http://www.themolitor.com/forums/</guid>
			<description><p>Here is the link:<br />
<a href="http://vaeter.de/category/eventcat/geburt/" rel="nofollow">http://vaeter.de/category/eventcat/geburt/</a></p>
<p>Think the order is set in the archive.php on this line:<br />
if($eventCat &#38;&#38; !is_search() &#38;&#38; in_category($eventCat)){query_posts($query_string . '&#38;order=ASC');}</p>
<p>... but the furthest displayed first?
</p></description>
		</item>
		<item>
			<title>jennaILM on "How can I show the most upcoming events first?"</title>
			<link>http://www.themolitor.com/forums/topic/how-can-i-show-the-most-upcoming-events-first#post-28369</link>
			<pubDate>Sat, 05 Apr 2014 07:49:11 +0000</pubDate>
			<dc:creator>jennaILM</dc:creator>
			<guid isPermaLink="false">28369@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris, </p>
<p>The problem is happening again, here is the links for rock n roll <a href="http://livemusicwilmington.com/category/all-events/rockandroll/" rel="nofollow">http://livemusicwilmington.com/category/all-events/rockandroll/</a><br />
and alternative <a href="http://livemusicwilmington.com/category/all-events/alt/" rel="nofollow">http://livemusicwilmington.com/category/all-events/alt/</a><br />
The following calendar works correctly <a href="http://livemusicwilmington.com/category/all-events/bluesandjazz/" rel="nofollow">http://livemusicwilmington.com/category/all-events/bluesandjazz/</a></p>
<p>Please let me know how to fix it.<br />
Thanks,<br />
Jenna
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "How can I show the most upcoming events first?"</title>
			<link>http://www.themolitor.com/forums/topic/how-can-i-show-the-most-upcoming-events-first#post-28224</link>
			<pubDate>Tue, 01 Apr 2014 11:29:29 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">28224@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>frankeee on "How can I show the most upcoming events first?"</title>
			<link>http://www.themolitor.com/forums/topic/how-can-i-show-the-most-upcoming-events-first#post-28216</link>
			<pubDate>Tue, 01 Apr 2014 10:39:52 +0000</pubDate>
			<dc:creator>frankeee</dc:creator>
			<guid isPermaLink="false">28216@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, I have the same problem: The list shows the furthest date first. I want to reverse that order. Is there a solution?<br />
Thanks for help - frank
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "How can I show the most upcoming events first?"</title>
			<link>http://www.themolitor.com/forums/topic/how-can-i-show-the-most-upcoming-events-first#post-28072</link>
			<pubDate>Wed, 26 Mar 2014 12:17:55 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">28072@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The page you linked to currently shows events in that order (i.e. present -&#62; future). </p>
<p>Let me know if I misunderstand.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>jennaILM on "How can I show the most upcoming events first?"</title>
			<link>http://www.themolitor.com/forums/topic/how-can-i-show-the-most-upcoming-events-first#post-28060</link>
			<pubDate>Tue, 25 Mar 2014 17:43:15 +0000</pubDate>
			<dc:creator>jennaILM</dc:creator>
			<guid isPermaLink="false">28060@http://www.themolitor.com/forums/</guid>
			<description><p>Hello:</p>
<p>I am getting my site together using Eventure, and wondered if you could help me change the catagory's event listings' sort order to "events closest to today" first with dates further out displaying afterwards. It is currently showing the "furthest out dates" first and I want to reverse that order.</p>
<p><a href="http://livemusicwilmington.com/category/all-events/rockandroll/" rel="nofollow">http://livemusicwilmington.com/category/all-events/rockandroll/</a></p>
<p>Thank you in advance for your help.
</p></description>
		</item>

	</channel>
</rss>
