カスタム投稿記事でコメント欄を追加する方法です。
1,WordPressの設定で、
「設定」>「ディスカッション」で「新しい投稿へのコメントを許可する 」にチェック、
2,function.phpにカスタム投稿にコメントの許可
‘supports’ => array( ‘title’, ‘editor’, ‘thumbnail’, ‘excerpt’, ‘custom-fields’,’comments’ ),
3,コメント用のテンプレ作成
' . get_the_title() . '' ); ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>'ol', 'short_ping' => true, 'avatar_size' => 60 ) ); ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>