使用the_post_thumbnail_url()获取特色图片缩略图URL

节省时间, 直接上代码 <?php if ( has_post_thumbnail( ) ) { the_post_thumbnail_url('thumbnail' );}...