wordpress get taxonomy list of custom post type
问题 I am using "Video" theme for my wordpress website. In this theme, videos post type and "videoscategory" taxonomy are defined. Here is the register code for taxonomy: add_action("init", "custom_posttype_menu_wp_admin1"); function custom_posttype_menu_wp_admin1() { register_post_type('videos', array('label' => __('Videos','templatic'), 'labels' => array( 'name' => __('Video','templatic'), 'singular_name' => __('Video','templatic'), 'add_new' => __('Add Video','templatic'), 'add_new_item'=> __(