📅  最后修改于: 2022-03-11 14:54:12.655000             🧑  作者: Mango
ALL parameters are optional. Not needed if you are on WP LOOP
*/
echo get_the_post_thumbnail( $the_query->ID, array( 500, 400) );
/* USE get_the_post_thumbnail_url() to get only the image url */
?>