• Hi.
    I’ve got problem with enable comments on single glossary page.
    I’m adding code to my theme’s functions.php file but it does’nt work.

    add_action( 'init', 'wpg_enable_comments' );
    function wpg_enable_comments() {
      add_post_type_support( 'glossary', 'comments' );
    }

    Can I get any help with it?

  • The topic ‘Enable comments on single glossary’ is closed to new replies.