<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to reorder posts</title>
	<atom:link href="http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/</link>
	<description>A WordPress Rating System</description>
	<lastBuildDate>Tue, 09 Mar 2010 23:48:52 +0100</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-3017</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Fri, 31 Jul 2009 17:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-3017</guid>
		<description>As I said, check the query parameters in the info files. If you did that, you would see that for sorting you should use thumbs not rating as a parameter value:

http://lmaowow.com/?gdsr_sort=thumbs&amp;gdsr_order=desc</description>
		<content:encoded><![CDATA[<p>As I said, check the query parameters in the info files. If you did that, you would see that for sorting you should use thumbs not rating as a parameter value:</p>
<p><a href="http://lmaowow.com/?gdsr_sort=thumbs&#038;gdsr_order=desc" rel="nofollow">http://lmaowow.com/?gdsr_sort=thumbs&#038;gdsr_order=desc</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-3015</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 31 Jul 2009 16:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-3015</guid>
		<description>Hmm, I want to use Thumbs up/down as well, and sort the posts using that.

It does not seem to be working.

I am using this url to sort it:

http://lmaowow.com/?gdsr_sort=rating&amp;gdsr_order=desc

As you can see, the posts are not in order of the rankings...please help!</description>
		<content:encoded><![CDATA[<p>Hmm, I want to use Thumbs up/down as well, and sort the posts using that.</p>
<p>It does not seem to be working.</p>
<p>I am using this url to sort it:</p>
<p><a href="http://lmaowow.com/?gdsr_sort=rating&amp;gdsr_order=desc" rel="nofollow">http://lmaowow.com/?gdsr_sort=rating&amp;gdsr_order=desc</a></p>
<p>As you can see, the posts are not in order of the rankings&#8230;please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2976</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Fri, 31 Jul 2009 10:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2976</guid>
		<description>Use the same methods from the post. But also check the info files for all support WP_Query modifications. Many more are added since the post is published.</description>
		<content:encoded><![CDATA[<p>Use the same methods from the post. But also check the info files for all support WP_Query modifications. Many more are added since the post is published.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2975</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Fri, 31 Jul 2009 10:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2975</guid>
		<description>Both sorting methods are described in the post. BUT, in some cases url method will not work, because of the multiple loops in the theme. In your case url method described in the post works fine.</description>
		<content:encoded><![CDATA[<p>Both sorting methods are described in the post. BUT, in some cases url method will not work, because of the multiple loops in the theme. In your case url method described in the post works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2974</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Fri, 31 Jul 2009 07:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2974</guid>
		<description>Hey

How do I do I re-order posts using the thumbs up/down rating??

This only seems to work for the star ratings.

thx</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>How do I do I re-order posts using the thumbs up/down rating??</p>
<p>This only seems to work for the star ratings.</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2971</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 31 Jul 2009 03:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2971</guid>
		<description>It is not working for me...
I am trying to sort the posts on the main page of my blog, by rating. 

I want the highest rated post to be at the top.

How do I do that using the url method or any other method??

My website that I am making is lmaowow.com

thanks in advance.</description>
		<content:encoded><![CDATA[<p>It is not working for me&#8230;<br />
I am trying to sort the posts on the main page of my blog, by rating. </p>
<p>I want the highest rated post to be at the top.</p>
<p>How do I do that using the url method or any other method??</p>
<p>My website that I am making is lmaowow.com</p>
<p>thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omer</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2879</link>
		<dc:creator>Omer</dc:creator>
		<pubDate>Tue, 28 Jul 2009 07:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2879</guid>
		<description>Pls GD Rating Top 10 Sidebar Code ..
Tnx..</description>
		<content:encoded><![CDATA[<p>Pls GD Rating Top 10 Sidebar Code ..<br />
Tnx..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2711</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Wed, 22 Jul 2009 17:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2711</guid>
		<description>More and more filters will be added.</description>
		<content:encoded><![CDATA[<p>More and more filters will be added.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erika Jurney</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2708</link>
		<dc:creator>Erika Jurney</dc:creator>
		<pubDate>Wed, 22 Jul 2009 16:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2708</guid>
		<description>I&#039;m hoping for a param which lets me specify number of days. For example, I want to display the posts with the most votes in the past week in descending order.</description>
		<content:encoded><![CDATA[<p>I&#8217;m hoping for a param which lets me specify number of days. For example, I want to display the posts with the most votes in the past week in descending order.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dumbmedicine</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2694</link>
		<dc:creator>dumbmedicine</dc:creator>
		<pubDate>Tue, 21 Jul 2009 20:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2694</guid>
		<description>doh

Sort this way:

http://www.gdstarrating.com/?gdsr_sort=thumbs&amp;gdsr_order=desc</description>
		<content:encoded><![CDATA[<p>doh</p>
<p>Sort this way:</p>
<p><a href="http://www.gdstarrating.com/?gdsr_sort=thumbs&amp;gdsr_order=desc" rel="nofollow">http://www.gdstarrating.com/?gdsr_sort=thumbs&amp;gdsr_order=desc</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dumbmedicine</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2693</link>
		<dc:creator>dumbmedicine</dc:creator>
		<pubDate>Tue, 21 Jul 2009 20:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2693</guid>
		<description>Another valuable function is to sort by thumbs.  Here&#039;s how that goes:

http://www.gdstarrating.com/?gdsr_sort=rating&amp;gdsr_order=desc</description>
		<content:encoded><![CDATA[<p>Another valuable function is to sort by thumbs.  Here&#8217;s how that goes:</p>
<p><a href="http://www.gdstarrating.com/?gdsr_sort=rating&amp;gdsr_order=desc" rel="nofollow">http://www.gdstarrating.com/?gdsr_sort=rating&amp;gdsr_order=desc</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2571</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Sat, 18 Jul 2009 14:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2571</guid>
		<description>1. Yes. Read the post again, it&#039;s explained.
2. Yes. There are shortcode and function for this.</description>
		<content:encoded><![CDATA[<p>1. Yes. Read the post again, it&#8217;s explained.<br />
2. Yes. There are shortcode and function for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2570</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Sat, 18 Jul 2009 14:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2570</guid>
		<description>Again, yes. There are more than 20 functions available for all kinds of integrations. Check info files for details, Builder panel and tutorials.</description>
		<content:encoded><![CDATA[<p>Again, yes. There are more than 20 functions available for all kinds of integrations. Check info files for details, Builder panel and tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Esteban</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2568</link>
		<dc:creator>Esteban</dc:creator>
		<pubDate>Sat, 18 Jul 2009 12:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2568</guid>
		<description>congratulations for the plugin, my only problem is that my theme is not the function of the widget plugin, I wonder if I should add some code .. thanks</description>
		<content:encoded><![CDATA[<p>congratulations for the plugin, my only problem is that my theme is not the function of the widget plugin, I wonder if I should add some code .. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cruelty</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2567</link>
		<dc:creator>Cruelty</dc:creator>
		<pubDate>Sat, 18 Jul 2009 12:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2567</guid>
		<description>Hi! I&#039;m using your awesome plugin for a Review-Site now.

So I set up a multi for a Page and got 3 Questions:

The first one: Can you reorder Posts by Multis?
The second one: Can you show just the results of the vote on the Frontpage?
The third one: I just forgot it. :p</description>
		<content:encoded><![CDATA[<p>Hi! I&#8217;m using your awesome plugin for a Review-Site now.</p>
<p>So I set up a multi for a Page and got 3 Questions:</p>
<p>The first one: Can you reorder Posts by Multis?<br />
The second one: Can you show just the results of the vote on the Frontpage?<br />
The third one: I just forgot it. :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2250</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Tue, 07 Jul 2009 19:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2250</guid>
		<description>And what is complicated with reordering posts, for instance? I didn&#039;t made WordPress, and adding query parameters can&#039;t be done any other way.</description>
		<content:encoded><![CDATA[<p>And what is complicated with reordering posts, for instance? I didn&#8217;t made WordPress, and adding query parameters can&#8217;t be done any other way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DWO</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2248</link>
		<dc:creator>DWO</dc:creator>
		<pubDate>Tue, 07 Jul 2009 18:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2248</guid>
		<description>Not only do I find your programme hard to use (not got it working yet at all) but your help and documentation is even worse. Stop assuming that everyone is a PC wizz kid and make things simple!</description>
		<content:encoded><![CDATA[<p>Not only do I find your programme hard to use (not got it working yet at all) but your help and documentation is even worse. Stop assuming that everyone is a PC wizz kid and make things simple!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2173</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Sun, 05 Jul 2009 22:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2173</guid>
		<description>Versions after 1.3 are much different, and they require some 20% more memory.</description>
		<content:encoded><![CDATA[<p>Versions after 1.3 are much different, and they require some 20% more memory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waseem</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2172</link>
		<dc:creator>Waseem</dc:creator>
		<pubDate>Sun, 05 Jul 2009 21:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2172</guid>
		<description>I use 1.2.3 version and it&#039;s work fine with WP 2.8</description>
		<content:encoded><![CDATA[<p>I use 1.2.3 version and it&#8217;s work fine with WP 2.8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MillaN</title>
		<link>http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/comment-page-1/#comment-2171</link>
		<dc:creator>MillaN</dc:creator>
		<pubDate>Sun, 05 Jul 2009 21:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdstarrating.com/?p=1055#comment-2171</guid>
		<description>You need to give me something more. But most likely you have run out of memory. WP 2.8 uses much more memory than 2.7.</description>
		<content:encoded><![CDATA[<p>You need to give me something more. But most likely you have run out of memory. WP 2.8 uses much more memory than 2.7.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
