<?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 reorder the posts?</title>
		<link>http://www.themolitor.com/forums/topic/how-to-reorder-the-posts</link>
		<description>THE MOLITOR FORUMS &#187; Topic: How to reorder the posts?</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 15:28: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-to-reorder-the-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "How to reorder the posts?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-reorder-the-posts#post-2566</link>
			<pubDate>Wed, 23 Mar 2011 09:56:00 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">2566@http://www.themolitor.com/forums/</guid>
			<description><p>Here is the updated version of #5 above...</p>
<p><code>&#60;?php $homePosts1 = new WP_Query(); $homePosts1-&#62;query(&#39;category_name=&#39;. $wpuniversity_postshome1 .&#39;&#38;showposts=&#39;. $number .&#39;&#38;order=asc&#39;);  ?&#62;</code>
</p></description>
		</item>
		<item>
			<title>mind_meal on "How to reorder the posts?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-reorder-the-posts#post-2559</link>
			<pubDate>Tue, 22 Mar 2011 13:29:49 +0000</pubDate>
			<dc:creator>mind_meal</dc:creator>
			<guid isPermaLink="false">2559@http://www.themolitor.com/forums/</guid>
			<description><p>This seems to not work with the latest version of the theme. My index.php under tabs is as follow:</p>
<p>&#60;?php $homePosts1 = new WP_Query(); $homePosts1-&#62;query('category_name='. $wpuniversity_postshome1 .'&#38;showposts='. $number .'');  ?&#62;</p>
<p>I would like to do the same as the OP, order my home posts in asc rather than desc, according to date. I tried to play around with adding the code toward the end to no avail, only breaking the front page in each instance. Any help? Also, many of these posts have been force published as they are technically scheduled posts. it was the best solution I found for ordering of events by date.  I hope that isn't conflicting. If you could show me an example like you did above that will work with the new theme version, that would be great.</p>
<p>PS: I only wish to have it occur for one home post category, if possible.</p>
<p>Thanks!
</p></description>
		</item>
		<item>
			<title>daniel on "How to reorder the posts?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-reorder-the-posts#post-209</link>
			<pubDate>Sun, 20 Dec 2009 20:17:41 +0000</pubDate>
			<dc:creator>daniel</dc:creator>
			<guid isPermaLink="false">209@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "How to reorder the posts?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-reorder-the-posts#post-200</link>
			<pubDate>Sun, 20 Dec 2009 10:15:19 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">200@http://www.themolitor.com/forums/</guid>
			<description><p>Sure, here's what you do to list in ascending order on the home page...</p>
<ol>
<li>Open "index.php"</li>
<li>In the "tabs" div, there 6 items at the very beginning that look like #3</li>
<li><strong>&#60;?php $homePosts1 = new WP_Query(); $homePosts1-&#62;query('category_name='. $wpuniversity_postshome1 .'&#38;showposts='. $wpuniversity_showhome .'');  ?&#62;</strong>
</li>
<li>Add "&#38;order=asc" to the end of each item. It will look like #5</li>
<li><strong>&#60;?php $homePosts1 = new WP_Query(); $homePosts1-&#62;query('category_name='. $wpuniversity_postshome1 .'&#38;showposts='. $wpuniversity_showhome .'&#38;order=asc');  ?&#62;</strong></li>
<li>That's it :-)</li>
</ol></description>
		</item>
		<item>
			<title>daniel on "How to reorder the posts?"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-reorder-the-posts#post-198</link>
			<pubDate>Sun, 20 Dec 2009 04:38:37 +0000</pubDate>
			<dc:creator>daniel</dc:creator>
			<guid isPermaLink="false">198@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>I think my questions are finishing :-)</p>
<p>I would like to re order my Posts that appear in the homepage. By default wp list in desc order. I would like to be listed by ID and asc order. Any idea how to do this?</p>
<p>Thanks,<br />
Daniel
</p></description>
		</item>

	</channel>
</rss>
