valendesigns / option-tree

Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.
GNU General Public License v2.0
610 stars 181 forks source link

post type category in select tag #734

Closed shelakhteh closed 3 years ago

shelakhteh commented 3 years ago

hi I tried to call the post type category via the following code. But I could not. array( 'id' => 'home_book_cat', 'label' => 'Category', 'type' => 'category-checkbox', 'post_type' => 'book', 'taxonomy' => 'book_cat', 'choices' => array(), ),