如何在主题选项中显示自定义帖子类别?

时间:2014-04-26 16:59:03

标签: php wordpress

我正在尝试在主题选项中显示自定义帖子类别。我已经使用了选项树插件。我为此编写了以下代码。

    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'   => '',

  )

但是它显示了默认帖子部分的类别。请告诉我该怎么做?

0 个答案:

没有答案
相关问题