... the snippet below to your functions.php file. functions.php. add_action('after_setup_theme', function () { add_post_type_support('page', 'excerpt'); }); ...
確定! 回上一頁