• Resolved Cheryl

    (@tricheryltops)


    Hi,
    I don’t see any settings in the plugin to enable comment support for the individual glossary pages.

    Which template could I edit to enable comment support for the glossary term pages?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Cheryl

    (@tricheryltops)

    Never mind, I figured out how to add comment support.
    Thanks

    Sorry for the delay, but during the weekend we didn’t check support requests.

    For who is looking on that:

    function comment_support_for_my_custom_post_type() {
       add_post_type_support( 'glossary', 'comments' );
    }
    
    add_action( 'init', 'comment_support_for_my_custom_post_type' );
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Comment support?’ is closed to new replies.