Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I'd like to be able to create a post and allow people to vote up the items on the post.

For instance, If I listed 10 great movies in a post, people could vote up or down the movies in that post.

Also if there was a way for users to submit something to the list would be even better!

Thanks.

share|improve this question
1  
This question is too big to be handled in one shot. You should break it down into pieces - 1) how can I let people 'vote' on my posts. 2) how can I re-order my posts by vote count 3) how can I let users submit a post from the front end, etc. – marfarma Aug 28 '12 at 22:54
@marfarma Thanks for the feedback, you're right. – Rick Smith Aug 28 '12 at 23:23

closed as not a real question by kaiser, Wyck, Rarst Oct 2 '12 at 21:25

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

These plugins should be able to help you: http://wordpress.org/extend/plugins/wp-postratings/

http://wordpress.org/extend/plugins/updownupdown-postcomment-voting/

(Although both have some votes for 'broken' on the current Wordpress version)

With both those options I think you'd need to create a separate post for each item in the list rather than display the full list in one post.

share|improve this answer
Hmm.thanks, but I don't think this is what I am looking for. I need this to be one post. – Rick Smith Aug 28 '12 at 23:24

Not the answer you're looking for? Browse other questions tagged or ask your own question.