Add field to posts (checkbox) that only one post can have
Hopefully I’ve understood your question correctly, and I hope the code below helps. First you must add a metabox to hold the option that you wish to add to each Post, and the my_add_sticky_metabox() function will do this, in conjunction with the add_meta_boxes action hook. At this stage you are not actually printing anything, but … Read more