Comment on Single Actor page
To add Comment Form to Single Actor page, please follow these steps:
- Step 1: Add this Custom Code segment to functions.php of VideoPro theme or VideoPro child theme (if you are using VideoPro child theme)
function videopro_add_actor_support_comments() {
add_post_type_support( 'ct_actor', 'comments' );
}
add_action( 'init', 'videopro_add_actor_support_comments' );
- Step 2: Go to Theme Options > Single Post > Show Comment > On.
- Step 3: With old Actor (previously created), please go to Video Actor > Edit Actor, scroll down to find Discussion section > choose Allow comments to turn on Comment Form. NOTE: If Discussion is not visible, go to Screen Options > Discussion to activate this option
- Step 4: If you create a new actor, you don’t need to make Step 3.
- Step 5: All are done. You will have Comment Form on single actor page.