[Plugin: Custom Field Template] disable metabox in other pages
-
hi,
i’m using this wonderful plugin for my site but i can’t completely remove the custom template metabox from other page than the one i want.
I set the Id post to the one of my page (2) and the plugin shows correctly the custom fields in that page but leaves an empty metabox to the others.
i’ve try also whith
add_action('admin_menu','remove_metabox'); function remove_metabox(){ if (!is_page(2)): remove_meta_box( 'cftdiv' , 'page' , 'normal' ); endif; }
but the box is removed from all the pages.
how can i afford this problem?
thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Custom Field Template] disable metabox in other pages’ is closed to new replies.