I am working in wordpress.I have to add some fields to the my post and I want the added information of my post to be added in serailized form in metavalue in wp_postmeta.How can I do this?
I have found a page post.php
that seem to handle this.But I just cannot seem to find anything that would let me add the values of my field to the postmeta.
HELP
Updated:
I have also seen add_post_meta
Does this add the value into the database or just the adds the key and the value?