Thanks for your reply.
The following step is how I check missing-comment-form with my website.
Fixing Tip 1:
There is no other comment plugin like Disqus and Jetpack in my website.
Fixing Tip 2:
The below is my setting in Default Form.
Fixing Tip 3:
The below is my setting in Discussions.
Fixing Tip 4:
I had enable the "Allow Comments" in page setting.
I have no idea where is the "Discussions" setting.
Fixing Tip 5:
I have check the "comment" with the page setting.
The "開放留言" correspond to "comment" in page setting.
I have added the function add_post_type_support() in functions.php.
The following page does not show comment.
https://menugarage.com/%e9%a6%96%e9%a0%81-2/%e5%8f%b0%e5%8d%97%e7%b1%b3%e7%b3%95/
I tried to add the following code, it also didn't work.
add_action('init', 'wpdocs_custom_init');
function wpdocs_custom_init() {
add_post_type_support( 'page', 'excerpt' );
}
Is there a function for "Page"?
My other page has comment area.
https://menugarage.com/%e9%a6%96%e9%a0%81-2/%e4%b8%80%e7%a7%81%e9%ba%b5%e5%ae%85/