firs remove each plugin you installed for removing comment
I offer you the best way for solving your problem
at first
creat a folder name it food-recipes-child
creat 2 file in it(style.css and functions.php)
style.css with this code
/*
Theme Name: food-recipes child
Theme URI: https://test.com
Author: test
Author URI: https://www.test.com
Template: food-recipes
Description: food-recipes Child Theme
Version: 1.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
functions.php with this code
<?php
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
}
?>
then copy single.php file from food-recipes folder and paste it in food-recipes-child folder
with a editor like notepad++ open footer.php
and put // in line 50 and 55 befor code
it must be such
<div class="foodrecipes-inner-blog-text" >
<h6>
<?php //comments_number( __('NO COMMENT','foodrecipes'), __('1 COMMENT','foodrecipes'),__('%s COMMENTS','foodrecipes') ); ?>
</h6>
</div>
<?php endif; ?>
<div class="foodrecipes-comment-form">
<?php //comments_template( '', true ); ?>
</div>
finally go to admin panel then apperance and activate the child-theme
If you still have the same problem copy page.php and do the same thing
tell me the result
Have a great day all
rohallah