如何在wordpress中使用Option Tree自定义帖子类型复选框

时间:2017-07-26 12:57:11

标签: wordpress

  array(
    'id'          => 'custom_post_type_checkbox',
    'label'       => __( 'Custom Post Type Select', 'theme-text-domain' ),
    'desc'        => sprintf( __( 'Check box' ),
    'std'         => '',
    'type'        => 'custom-post-type-checkbox',
    'section'     => '',
    'rows'        => '',
    'post_type'   => 'newyork-offices',
    'taxonomy'    => '',
    'min_max_step'=> '',
    'class'       => '',
    'condition'   => '',
    'operator'    => 'and'
  ),

这是自定义帖子类型复选框,我在我的页面模板中收到了所有帖子。那我怎么用它我的页面模板?

这是什么循环函数?

0 个答案:

没有答案