I have created a custom post type. No problem with this. But when try to add custom fields groups to this, have problemm.
I have 2 groups of custom fields:
- Thumbnails
- Films
If I configure the visibility of one group with:
- Post Types: Films (ONLY)
- Terms: none
- Display this group when ALL the above conditions is met
Only show Group when is a New Post on Films, but when I try to edit the post, de CF dissapears.
If I configure the visibility of one group with:
- Post Types: Films (ONLY)
- Terms: none
- Display this group when ANY the above conditions is met
The group is shown on ALL kind of posts, included new normal posts.
¿How can I fix it?
Thanks.