wordpress add an image to a taxonomy actor
问题 I was wanting to add a image to my custom taxonomy actor, but when I look in the edit actor options it only shows the options name, slug & description. I need to add an option in the functions.php for the above mentioned problem. //////////////////////////////////// // TAXONOMY ACTORS // //////////////////////////////////// register_taxonomy( 'actor', array( 'movies' ), array( 'labels' => array( 'name' => __( 'Actors' ), 'singular_name' => __( 'Actor' ), 'search_items' => __( 'Search Actors'