固定ページで「抜粋」を有効にする


functions.phpに追記

// 固定ページで「抜粋」を有効にする
add_post_type_support( 'page', 'excerpt' );