WordPress Plugins > WP-PostRatings

¿How to display highest or most rated list wit thumbnail? Here the answer!

<< < (3/4) > >>

GaMerZ:
query_posts suppose to come before have_post() and you can only have 1 query_post in the page.

K4iz3n:
What I wanted to do is have a page displaying say the top 50 Highest Rated posts. Each line will have a small thumbnail, the name of the post and the ratings for the post. Is that possible?

Sorry to hijack this, should I start a new thread?

cadan:
I would like to accomplish placing a thumbnail next to the highest rated, however these instructions are not very clear or complete. What file(s) are we placing these queries into?

How do I get a thumbnail using this code below in my header? BTW, I'm using "Get The Image" plugin if this is possible. They have a string you can use on your index page that works nicely...
--- Code: ---<?php get_the_image( array( 'image_scan' => true ) ); ?>
--- End code ---
...can this be worked into the code below?


--- Code: ---<?php if (function_exists('get_highest_rated')): ?>
<?php get_highest_rated('post', 0, 1); ?>
<?php endif; ?>
--- End code ---

gripgrip:
Is there a way to use this with a time period?
something like:
<?php query_posts('r_sortby=highest_rated&r_orderby=DESC&showposts=5&cat=3,-13&caller_get_posts=1&TIMEPERIOD') ?> ?
thank you

Skinny:
Thanks you very much for this plugin and tutorial. It just so happens that I have been looking for something like this for a while now. The plugin is great, and is exactly what I need. This will be very useful to me as I work to develop a payroll utility, something kind of like Paycor Columbus for example. I really appreciate this information.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version