there are varaiables in gd rating to sort query.
you can use in URL like :
http://www.gdstarrating.com/?gdsr_sort=rating&gdsr_order=desc
http://www.gdstarrating.com/?gdsr_sort=review&gdsr_order=desc
http://www.gdstarrating.com/category/tutorials/?gdsr_sort=votes&gdsr_order=asc
or pass to a query
query_posts("gdsr_sort=rating");
query_posts("gdsr_sort=review&sort_order=asc");
query_posts("gdsr_sort=rating&gdsr_multi=3");
query_posts("gdsr_sort=votes&sort_order=asc&gdsr_multi=3");
you can find more info here :
http://www.gdstarrating.com/2009/07/03/how-to-reorder-posts/
Related Posts:
- Is it possible to filter the wp_footer() scripts, read the content, and insert them inline?
- Advice for a voting / multiple rating plugin for post types other than GD Star Rating [closed]
- Accessing post’s meta data based on user’s click of a post
- How do I “get the next 10 posts after post_id == x”?
- How to call WordPress function other files
- Redirect to another page using contact form 7? [closed]
- How to Loop Through all Posts and Count Attachments using Get Media Attachments
- Return multiple values in a shortcode attribute
- Pagination not working
- Dynamic Rating Plugin to Add Anywhere
- Searching a tab/space delimited text file based upon form criteria and returning a ‘record’ into a word press results page
- Woo-commerce Update price as a Bulk from My offline software export
- how to display recent post by category on home page
- adding dynamic/multiple slug values in ‘option_none_value’
- How to get a specific string from a url
- Trending Tags based on post views
- Accessing Correct Database to Create REST API Endpoint
- wp_dequeue_style not working
- Creating two database tables via plugin
- Query Posts by Custom Field ‘Price’
- Insert plugin content before body end
- Adding Custom Fields for Img in Posts
- How to pass JavaScript variable to PHP in wordpress widget?
- Unable to add admin notice on plugin activation
- Custom Widget outputs the input but doesn’t save anything inside the textarea
- Creating search filter through plugin
- Review plugin with rating of post [closed]
- Displaying Gravity Form data on WordPress page [closed]
- How use %like% in sql statement wordpress
- How to ‘clone’ a wp plugin to make small changes
- add mediaelement.js plugins into WordPress video player control bar
- Edit Yoast SEO breadcrumbs output [closed]
- Query all customers/users and check for duplicate information
- WordPress function not being called from jQuery method
- WordPress WPforms customization
- How to save inputed data in a textbox [EDITED] [duplicate]
- Replace default og:image tag YOAST
- Where these .js file come to source code?
- WordPress Payment gateway add on form , how to add form into list or else how to submit form to next step for payment
- How to get my plug-in, wrote in php, to refresh on its own every 5 minutes?
- How I can internationalize variables within the function _e () __ (), etc?
- How to Create a shortcode to this php function
- My single.php page does not show the related data to the post which is clicked
- Creating a CSV with PHP inside the plugin directory
- pagination on data fetched using SQL query
- How to check if a taxonomy not exists in a plugin
- How passing values to construct function with Actions?
- add_action into another add_action not working
- Access a particular field in an array
- wordpress add_action() issue in ajax call
- Using ‘mysqli_connect’ ‘crashes’ WordPress client-side
- JQuery prepend a function
- Add User Role: Pre-saved in User-Meta [SOLVED]
- I am trying to make a field show and save from quickedit screen
- Send email with list of active plugins upon activation/deactivation
- How WordPress core manage the plugin installation
- Shortcode not working – quotes seems strange
- Using custom fields for image alt and title
- “Allowed memory size” problem [closed]
- eaccelerator PHP error
- Looking for a good way to include php code in posts, but using special include markup rather than direct php code
- Strange admin-ajax / CSS / $_SESSION issue
- How to add custom plugin data to the cart in woocommerce using custom button on product page?
- How to create admin setting for this small plugin
- Allowed memory size of 134217728 … wp-includes/wp-db.php on line 1989
- Undefined offset: 0 in WordPress after latest version upgrade [closed]
- Post source link plugin – small modification
- Remove a div class with condition
- How to use WordPress header function and footer function and not load word press database
- Hooking into the HTML header container
- PHP Error message Upload images to remote server
- No route was found matching the URL and request method
- Block plugin update possibilities (but not by hiding notifications)
- WP_get_image_editor resizing images in a foreach loop
- my hook or my function wont run in the cronjob
- CMB2 Output Select Box Chosen Option
- Move plugin upload folder from mywebsite.com/wp-content/uploads/pdfuploads to mywebsite.com/pdfs?
- Flexslider empty slide
- Conditional Fields depending on checkboxes
- Soflyy WP All Import Custom File Download Issue
- WordPress Admin sub-level menu issue
- Passing ajax variable to more than one wordpress plugin function
- Add class as plugin for other plugins
- Displaying friend’s posts only
- Template from scratch: Sidebars not showing widget
- Contact Form 7: custom validation [closed]
- Enforce conditions only for draft posts using WyPiekacz, ignore pending and published posts
- Make a wordpress site similar to Hot Or Not – Image rating system [closed]
- How to add homepage Widget?
- White Screen When Includding A Folder With PHP Files
- What can I do to customize a widget provided with this plugin? from where have I to start?
- Two sites one PC
- PHP if url extension action=discussion condition use [closed]
- Shortcode inside a redirect [closed]
- Attachement title in wpallimport
- Block registration with viewScript
- How to get URL param for pagination in shortcode?
- Make plugin admin page visible to other roles
- How Create LastMod and Update Date Only on Taxonomy Category and Tags
- How do I replace a logo image that’s hard-coded into a plugin’s logo.php file?