davatron5000 / Better-Art-Direction

A fork of the incredible Art Direction plugin by Noël Jackson (http://noel.io).
GNU General Public License v2.0
77 stars 9 forks source link

Not working with Custom Post Types #5

Closed xavibenjamin closed 12 years ago

xavibenjamin commented 12 years ago

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!

davatron5000 commented 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.

xavibenjamin commented 12 years ago

ahhh.. makes sense. Complicated stuff...