update post meta wordpress
ok your problem is that each loop is updating every item. This is because you are testing if there is a value for $_POST, up date it. You need to set a identifier so it knows which post to update. for example, but the post id in your input field. then you can update from … Read more