Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Add Excerpt Field to Custom Post Types #7561

    odaikan
    Participant

    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!

Viewing 1 post (of 1 total)