<?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: Ascending reorder posts on index page</title>
		<link>http://www.themolitor.com/forums/topic/ascending-reorder-posts-on-index-page</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Ascending reorder posts on index page</description>
		<language>en-US</language>
		<pubDate>Sun, 10 May 2026 03:00:41 +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/ascending-reorder-posts-on-index-page" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Ascending reorder posts on index page"</title>
			<link>http://www.themolitor.com/forums/topic/ascending-reorder-posts-on-index-page#post-26362</link>
			<pubDate>Tue, 14 Jan 2014 10:25:36 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26362@http://www.themolitor.com/forums/</guid>
			<description><p>Awesome! Thanks for sharing your findings :-)</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>batruji on "Ascending reorder posts on index page"</title>
			<link>http://www.themolitor.com/forums/topic/ascending-reorder-posts-on-index-page#post-26351</link>
			<pubDate>Tue, 14 Jan 2014 06:44:58 +0000</pubDate>
			<dc:creator>batruji</dc:creator>
			<guid isPermaLink="false">26351@http://www.themolitor.com/forums/</guid>
			<description><p>Yes, thank you, it worked perfectly.</p>
<p>If anyone else is looking for the same here is the code you need to change in archive.php</p>
<pre><code>&#60;?php
    get_header();

	// reorder the posts so they start form the first one.
	$args = array_merge( $wp_query-&#62;query_vars, array( &#039;order&#039; =&#62; &#039;ASC&#039; ) );
	query_posts( $args );
?&#62;</code></pre></description>
		</item>
		<item>
			<title>THE MOLITOR on "Ascending reorder posts on index page"</title>
			<link>http://www.themolitor.com/forums/topic/ascending-reorder-posts-on-index-page#post-26315</link>
			<pubDate>Mon, 13 Jan 2014 10:25:11 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26315@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Take a look as this WordPress codex page. <a href="http://codex.wordpress.org/Function_Reference/query_posts" rel="nofollow">http://codex.wordpress.org/Function_Reference/query_posts</a></p>
<p>There are examples there for changing the order of the WordPress loop.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>batruji on "Ascending reorder posts on index page"</title>
			<link>http://www.themolitor.com/forums/topic/ascending-reorder-posts-on-index-page#post-26298</link>
			<pubDate>Sun, 12 Jan 2014 05:51:29 +0000</pubDate>
			<dc:creator>batruji</dc:creator>
			<guid isPermaLink="false">26298@http://www.themolitor.com/forums/</guid>
			<description><p>Greetings,</p>
<p>I would like to reorder the posts on the index page to be in ascending order. The reason is I want to use the theme as a book template, so every following chapter should appear last in the index.</p>
<p>I tried a few things but couldn't get it to work properly.</p>
<p>Thank you!
</p></description>
		</item>

	</channel>
</rss>
