Viewing 1 replies (of 1 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi there @gcskye ,

    You need to do the following steps:

    1. At your child-theme/functions.php file add this –>

    function enable_comments_custom_post_type() {
     add_post_type_support( 'sp_player', 'comments' );
    }
    add_action( 'init', 'enable_comments_custom_post_type', 11 );

    2. Edit your player and make sure that the Discussion meta-box is not hidden (https://snipboard.io/SkjKpc.jpg).
    3. Make sure that comments are enabled for your player (https://snipboard.io/Ef6xNI.jpg).

    Thanks,
    Savvas

Viewing 1 replies (of 1 total)

The topic ‘Enable comments on player page’ is closed to new replies.