Meta Box
Support Forum
Support › Meta Box Include Exclude › Include/Exclude for new/existing posts
Hello,
I need to show different MetaBoxes based on:
a) Post already exist (if it is a new post screen or edit an existing post)
b) Post status (published/draft)
The a) is more important for us at this moment.
Hello, For other people with same need .. I solved the problem using the method bellow genereting different metaboxed based on the output of the is_edit_page function:
http://wordpress.stackexchange.com/questions/50043/how-to-determine-whether-we-are-in-add-new-page-post-cpt-or-in-edit-page-post-cp
Nice solution. This is not supported by the plugin by default and it's nice to know that can be solved with another solution.