Home › Forums › ACF PRO › Upvote/Downvote System using ACF Pro › Reply To: Upvote/Downvote System using ACF Pro
I don’t think you need ACF for this I built something similar to show if a post was helpful or not. Basically you add post meta to a post, by adding or removing instances of 1.
If someone likes the post he clicks the button and the counter will go up by one. If someone doesn’t like it the reverse will happen.
This is stored in post meta so no need for ACF. And you can easily use this meta to sort the posts with.
You need 1 form with 2 options.
option + = update post meta with +1
option – = update post meta with -1
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.