<?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: Posting dates.</title>
		<link>http://www.themolitor.com/forums/topic/posting-dates</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Posting dates.</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 03:25:47 +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/posting-dates" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Posting dates."</title>
			<link>http://www.themolitor.com/forums/topic/posting-dates#post-27108</link>
			<pubDate>Tue, 11 Feb 2014 09:45:44 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">27108@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>MadsF on "Posting dates."</title>
			<link>http://www.themolitor.com/forums/topic/posting-dates#post-27094</link>
			<pubDate>Mon, 10 Feb 2014 13:55:41 +0000</pubDate>
			<dc:creator>MadsF</dc:creator>
			<guid isPermaLink="false">27094@http://www.themolitor.com/forums/</guid>
			<description><p>That made the trick. Thanks Chris!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Posting dates."</title>
			<link>http://www.themolitor.com/forums/topic/posting-dates#post-27088</link>
			<pubDate>Mon, 10 Feb 2014 13:00:07 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">27088@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try this instead...</p>
<pre><code>if(is_date()){query_posts($query_string . &#039;&#38;order=ASC&#039;);}
elseif($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 it helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>MadsF on "Posting dates."</title>
			<link>http://www.themolitor.com/forums/topic/posting-dates#post-27085</link>
			<pubDate>Mon, 10 Feb 2014 12:11:06 +0000</pubDate>
			<dc:creator>MadsF</dc:creator>
			<guid isPermaLink="false">27085@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris</p>
<p>Thanks for your reply. It almost did the trick, however posts from March also shows up on the April-page now (hope hat makes sense - check the website if needed).</p>
<p>Thanks :)
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Posting dates."</title>
			<link>http://www.themolitor.com/forums/topic/posting-dates#post-27081</link>
			<pubDate>Mon, 10 Feb 2014 11:17:50 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">27081@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try this... 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(is_date()){query_posts(&#039;order=ASC&#039;);}
elseif($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>MadsF on "Posting dates."</title>
			<link>http://www.themolitor.com/forums/topic/posting-dates#post-27067</link>
			<pubDate>Mon, 10 Feb 2014 04:20:31 +0000</pubDate>
			<dc:creator>MadsF</dc:creator>
			<guid isPermaLink="false">27067@http://www.themolitor.com/forums/</guid>
			<description><p>Related question..</p>
<p>Following the instructions in this thread, I get different results on the months-pages - march looks fine, but april is still showing the posts in reverse order. </p>
<p>Any ideas? Example of problem here: <a href="http://fritspil.com" rel="nofollow">http://fritspil.com</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Posting dates."</title>
			<link>http://www.themolitor.com/forums/topic/posting-dates#post-22115</link>
			<pubDate>Tue, 16 Jul 2013 08:53:12 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22115@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Couple things...</p>
<p>1. Make sure you have a designated category selected for the "Events category" option in your theme options panel.</p>
<p>2. All category pages that are NOT a child of the events category will display future-&#62;past.</p>
<p>3. All category pages that ARE a child of the events category will display past-&#62;future.</p>
<p>Let me know if that helps.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Budah80 on "Posting dates."</title>
			<link>http://www.themolitor.com/forums/topic/posting-dates#post-22111</link>
			<pubDate>Tue, 16 Jul 2013 06:45:24 +0000</pubDate>
			<dc:creator>Budah80</dc:creator>
			<guid isPermaLink="false">22111@http://www.themolitor.com/forums/</guid>
			<description><p>Hey there,<br />
     My website is doing the opposte of his, mine is posting August dates before July, how can I change this? Here is what I mean</p>
<p><a href="http://www.stevesuda.com/necto/?cat=11" rel="nofollow">http://www.stevesuda.com/necto/?cat=11</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Posting dates."</title>
			<link>http://www.themolitor.com/forums/topic/posting-dates#post-22080</link>
			<pubDate>Mon, 15 Jul 2013 10:05:32 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22080@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Keep in mind the order is based on the publish date. Looking at your news category, the order looks right: July 2nd -&#62; July 15th -&#62; Sept 3rd.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>canucki1967 on "Posting dates."</title>
			<link>http://www.themolitor.com/forums/topic/posting-dates#post-22060</link>
			<pubDate>Fri, 12 Jul 2013 12:05:05 +0000</pubDate>
			<dc:creator>canucki1967</dc:creator>
			<guid isPermaLink="false">22060@http://www.themolitor.com/forums/</guid>
			<description><p>Hi CHris,<br />
Speedy gonzales, m8........lol.<br />
<a href="http://ibizapartycalendar.net/category/news/" rel="nofollow">http://ibizapartycalendar.net/category/news/</a></p>
<p>Let me explain. Events side is ok.......the calendar. What I did was create a category "News".<br />
So, I create a post assign the News cat. The new post is at the bottom. I need the newest post first.<br />
I am sure that I have done this wrong :( If ya don't ask........<br />
thanks again....Have a good one.<br />
Canucki
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Posting dates."</title>
			<link>http://www.themolitor.com/forums/topic/posting-dates#post-22058</link>
			<pubDate>Fri, 12 Jul 2013 11:54:28 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22058@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>By default, category pages appear in descending order (newest -&#62; oldest), unless you selected that category as the events category in the theme options.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>canucki1967 on "Posting dates."</title>
			<link>http://www.themolitor.com/forums/topic/posting-dates#post-22054</link>
			<pubDate>Fri, 12 Jul 2013 11:46:35 +0000</pubDate>
			<dc:creator>canucki1967</dc:creator>
			<guid isPermaLink="false">22054@http://www.themolitor.com/forums/</guid>
			<description><p>Hi All,<br />
Got a question.<br />
Everytime I post to the news catergory, the most recent post is not at the top.....<br />
How can I set it so the latest/most recent post is always the first?<br />
Thanks............<br />
Canucki
</p></description>
		</item>

	</channel>
</rss>
