媒体

时间:2017-09-16 03:06:47

标签: wordpress

add_action('init', 'theme_register_tax');
function theme_register_tax() {
   register_taxonomy_for_object_type('category', 'attachment');
   add_post_type_support('attachment', 'category');
}

通过上述内容,我们也可以为媒体文件或附件提供类别权限,但对于帖子,WordPress包含了帖子→enter image description here的默认批量修改

我们是否有可能将此传递给'media'帖子类型?

0 个答案:

没有答案