• Hi, how it’s possible to enable comments under a match?
    I’m usinq disqus and comments are loades just under blog posts and not in matches posts.
    Thank you!

Viewing 1 replies (of 1 total)
  • Roch

    (@rochesterj)

    Hi!

    Thanks for reaching out!

    By default they have comments disabled, you can enable that in the plugin files:
    /sportspress/includes/class-sp-post-types.php

    Around line 432 where you have:
    'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt' ),

    Use instead:
    'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'comments' ),

    Kind Regards,
    -Roch

Viewing 1 replies (of 1 total)
  • The topic ‘How to enable comments in matches posts’ is closed to new replies.