Hello, any way to set the title of the post a value of a posts selection box?
I have a custom post with a field with post selections from another post type.
Example:
A Post_type called "BASE" with some defined posts: TITLE A, TITLE B, TITLE C, TITLE D ...
The other type of post called "SUPER" contains a box of selection of posts with the posts of "BASE" posts.
The idea is that the new post has the same title of selection post.
In the "SUPER" post, selecting "TITLE A", when saving the post, set the title of the post with "TITLE A". Slug does not matter that it is sequential, because there will be many posts with the same post_title.
Thank you for your help