抜粋(the_excerpt())があるかどうかチェックする Ads X Bluesky Misskey はてブ 2012.04.25 Code <?php $my_excerpt = get_the_excerpt(); if($my_excerpt !='') { the_excerpt(); } ?> Note Description 抜粋が含まれているかどうかをチェックする。ループ内で使用。 WordPress Ver. 3.3.1 Via Check if post has the_excerpt