Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~479 People Reached
Favorite Forums
Favorite Tags
php x 15
Member Avatar for Neha_13

i have a page template assigned to a page, that displays the images of all the posttype=suspense...but how do i get voting button on each of the image so that ppl can vote on each image and restrict it to voting per ip. i have a custom field called count …

Member Avatar for diafol
0
302
Member Avatar for Neha_13

i have a gallery of images withbutton for each when button for a image is click i want the custom field called count be updated with the newcount ...but form method is not working below is my code PHP Code: <? if (isset($_POST['submit'])) { echo " button clicked"; update_field('field_55014',$newcount,$postid); } …

Member Avatar for Neha_13
0
177