Rate your post without wordpress plugin.
Simple way to Rate your post without wordpress plugin
in single post insert the code below.
<form method='POST' action=""> <input type=hidden name=rate value=up> <input type=submit value=submit> </form>
I hope you will have idea about it.
decorate submit button up and down with some backgound image like thumb down and thumb up image.
to filter top rated post use the query given below.
query_posts('&meta_key=up&orderby=meta_value_num&order=DESC');
Posted on January 13, 2011, in Wordpress and tagged filter, Plugin, pospular posts, posts, rate. Bookmark the permalink. Leave a comment.
Leave a comment
Comments 0