【发布时间】:2017-05-22 12:11:57
【问题描述】:
类别下拉菜单未显示在前端。请提出建议或让我知道我的代码哪里错了。
<?php acf_form(array(
'post_id' => 'new_post',
'post_title' => true,
'post_content' => true,
'post_category' => true,
'field_groups' => array('group_57d9928ba5858'),
'new_post' => array(
'post_type' => 'festival',
'post_status' => 'draft'
),
'submit_value' => 'Submit Post',
'updated_message' => 'Saved!',
'uploader' => 'wp',
));?>
【问题讨论】:
标签: php wordpress advanced-custom-fields