Hi @kiziev ,
You need to do the following steps:
1) Add the following code to your Child Theme functions.php file:
add_filter( 'sportspress_register_post_type_player', 'enable_players_comments' );
function enable_players_comments( $post_type_args ){
$post_type_args[ 'supports' ][] = 'comments';
return $post_type_args;
}
2) Check that each player has enabled Comments (i.e. https://snipboard.io/yfLX5F.jpg)
Thanks,
Savvas
@savvasha Thank you! Resolved.
I’m glad it’s resolved!
Please, let us know if you need anything else.
Kind Regards,
-Roch
(@kiziev)
5 years, 9 months ago
Hi! Player pages there are no comments. How to add?
The past topic was to discuss. It is written: “I also thought I should edit the class-sp-player.php file“.
How can I find – to edit, need allow comments on Player pages.