<?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: change posts order</title>
		<link>http://www.themolitor.com/forums/topic/change-posts-order</link>
		<description>THE MOLITOR FORUMS &#187; Topic: change posts order</description>
		<language>en-US</language>
		<pubDate>Fri, 01 May 2026 10:55:40 +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/change-posts-order" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "change posts order"</title>
			<link>http://www.themolitor.com/forums/topic/change-posts-order#post-22088</link>
			<pubDate>Mon, 15 Jul 2013 11:57:43 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22088@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Thanks for following up!</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>romainkr on "change posts order"</title>
			<link>http://www.themolitor.com/forums/topic/change-posts-order#post-22068</link>
			<pubDate>Sun, 14 Jul 2013 00:53:11 +0000</pubDate>
			<dc:creator>romainkr</dc:creator>
			<guid isPermaLink="false">22068@http://www.themolitor.com/forums/</guid>
			<description><p>for the post section :</p>
<p>change in footer.php</p>
<pre><code>next_post_link(&#039;%link&#039;, &#039;‹&#039;, TRUE);
previous_post_link(&#039;%link&#039;, &#039;›&#039;, TRUE);</code></pre>
<p>to</p>
<pre><code>previous_post_link(&#039;%link&#039;, &#039;‹&#039;, TRUE);
next_post_link(&#039;%link&#039;, &#039;›&#039;, TRUE);</code></pre></description>
		</item>
		<item>
			<title>romainkr on "change posts order"</title>
			<link>http://www.themolitor.com/forums/topic/change-posts-order#post-22061</link>
			<pubDate>Fri, 12 Jul 2013 12:16:23 +0000</pubDate>
			<dc:creator>romainkr</dc:creator>
			<guid isPermaLink="false">22061@http://www.themolitor.com/forums/</guid>
			<description><p>Is it possible to do the same for the post section, so that when i've clicked on a marker and entered a post, the order is the same as the homepage ?
</p></description>
		</item>
		<item>
			<title>romainkr on "change posts order"</title>
			<link>http://www.themolitor.com/forums/topic/change-posts-order#post-22059</link>
			<pubDate>Fri, 12 Jul 2013 12:01:13 +0000</pubDate>
			<dc:creator>romainkr</dc:creator>
			<guid isPermaLink="false">22059@http://www.themolitor.com/forums/</guid>
			<description><p>It works perfectly thanks.<br />
Romain
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "change posts order"</title>
			<link>http://www.themolitor.com/forums/topic/change-posts-order#post-22057</link>
			<pubDate>Fri, 12 Jul 2013 11:50:20 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22057@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>For the home page, open up script.php and change the following on line 48 from this...</p>
<pre><code>$customList-&#62;query(&#039;showposts=5000&#039;);</code></pre>
<p>...to this...</p>
<pre><code>$customList-&#62;query(&#039;showposts=5000&#38;order=ASC&#039;);</code></pre>
<p>Let me know if that works.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>romainkr on "change posts order"</title>
			<link>http://www.themolitor.com/forums/topic/change-posts-order#post-22048</link>
			<pubDate>Fri, 12 Jul 2013 11:17:01 +0000</pubDate>
			<dc:creator>romainkr</dc:creator>
			<guid isPermaLink="false">22048@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>I'd like to change posts order as it appears scrolling on the main page of navigator, that is to say from the oldest to the newest. By default it's from the newest to the oldest. </p>
<p>I found that on the web : &#60;?php query_posts($query_string . "&#38;order=ASC"); ?&#62;</p>
<p>but have no idea where to write it in the editor.</p>
<p>Thank you.<br />
Romain
</p></description>
		</item>

	</channel>
</rss>
