我正在尝试在主题选项中显示自定义帖子类别。我已经使用了选项树插件。我为此编写了以下代码。
array(
'id' => 'slider-category',
'label' => __( 'Category Checkbox', 'theme-text-domain' ),
'desc' => __( 'The Category Checkbox option type displays a list of category IDs.' ),
'std' => '',
'type' => 'category-checkbox',
'section' => 'social-icon',
'rows' => '',
'post_type' => 'slider',
'taxonomy' => 'Categori',
'min_max_step'=> '',
'class' => '',
'condition' => '',
)
但是它显示了默认帖子部分的类别。请告诉我该怎么做?