Yes, it is possible to assign custom taxonomies to custom post types by calling wp_set_post_terms() as follows. if(isset($POST['category'])) ...
確定! 回上一頁