Closed xavibenjamin closed 12 years ago
Looks like we have to specify the post type per Wordpress' add_meta_box rules. The post type is a required field.
Code you could copy/mod for an immediate fix: better-art-direction.php#L107
Beyond that we'd probably have to add a settings panel w/ checkboxes for all registered post types, but that'sa big TODO.
ahhh.. makes sense. Complicated stuff...
So I created a custom post type of portfolio. I'd like to custom style each portfolio entry but, the art direction meta box doesn't even appear when I go to create a new entry. Thanks!