Hello, Josh
I added your code, but somehow it did not work.
But, it worked with following code.
add_action( ‘init’, ‘my_add_excerpts_to_pages’ );
function my_add_excerpts_to_pages() {
add_post_type_support( ‘intense_coupons’, ‘excerpt’ );
}
Anyway, Thank you for your help!