Is there anyway to assign all new posts that have a custom post_type to a specific category? For example, say I have a post_type that is for Actors. Is there anyway to assign any post that is under Actors to a “People” category? (but without displaying the Category box in the WordPress Admin)
Leave a Reply
You must be logged in to post a comment.
you can first remove the category meta box from Actors post type edit screen like this
then create a function that will add the category on save_post
hope this helps