I want to set up a basic ‘post rating’ system for my site – I don’t want to use a plugin – so I want to add the custom field ‘rating’ to each new custom post and populate this field with the number 1.
Is this possible? Or am I going about this the wrong way? Did a lot of searching a found not much, add_post_meta()
? I’m not sure where that would go.
you can do that with hooking a simple function to
save_post
hook