<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Posts on home page are in strange order</title>
		<link>http://www.kriesi.at/support/topic/posts-on-home-page-are-in-strange-order</link>
		<description>Support Forum - Topic: Posts on home page are in strange order</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 11:07:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/posts-on-home-page-are-in-strange-order" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Posts on home page are in strange order"</title>
			<link>http://www.kriesi.at/support/topic/posts-on-home-page-are-in-strange-order#post-20478</link>
			<pubDate>Sun, 05 Jun 2011 06:10:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20478@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in index.php change following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;cat=&#38;quot;.$negative_cats.&#38;quot;&#38;amp;paged=$paged&#38;quot;);

		if ($additional_loop-&#38;gt;have_posts()) :
		while ($additional_loop-&#38;gt;have_posts()) : $additional_loop-&#38;gt;the_post();

		// ############################# FULL SIZED POSTS #############################&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;cat=&#38;quot;.$negative_cats.&#38;quot;&#38;amp;order=ASC&#38;amp;paged=$paged&#38;quot;);

		if ($additional_loop-&#38;gt;have_posts()) :
		while ($additional_loop-&#38;gt;have_posts()) : $additional_loop-&#38;gt;the_post();

		// ############################# FULL SIZED POSTS #############################&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The parameter &#38;amp;order=ASC will order the posts in ascending order, if you change it to &#38;amp;order=DESC all posts will be displayed in desc. order.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sjulien63 on "Posts on home page are in strange order"</title>
			<link>http://www.kriesi.at/support/topic/posts-on-home-page-are-in-strange-order#post-20467</link>
			<pubDate>Sat, 04 Jun 2011 23:48:16 +0000</pubDate>
			<dc:creator>sjulien63</dc:creator>
			<guid isPermaLink="false">20467@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In this Newscast theme when I assign posts to the category called Home they show in reverse order. Even if I change the dates, the order still remains the same. I excluded all other categories from the home page so that only Home category posts show up. I also had to add a code that displays only sticky posts on home page. Please advise how I can show only specific posts on the Home page. Maybe my approach is not the best one. It's important that the posts show in correct order, last being topmost.&#60;br /&#62;
Here's the site.&#60;br /&#62;
&#60;a href=&#34;http://www.palmbeachlwp.com&#34; rel=&#34;nofollow&#34;&#62;http://www.palmbeachlwp.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
