Hi! mr.quincy27
Right now there is no such options to turn the comment section.
We will consider it, in the future versions of simple-catch.
But for now if you really want to turn off comments section. You will have to remove some code from the php files.
First find these three files content-sidebar-right.php, content-sidebar-no.php and content-sidebar-left.php. And remove the following bit of code.
<?php comments_template(); ?>
This will remove the comment section. But you may now also want to remove the comments links( i.e No comment, 2 comments type of part ). So, again find this file simplecatch_functions.php and content.php files. Go to line around 810 in the simplecatch_functions.php file and line 28 in the content.php file. Find the following code and remove it.
<li><?php comments_popup_link( __( 'No Comments', 'simplecatch' ), __( '1 Comment', 'simplecatch' ), __( '% Comments', 'simplecatch' ) ); ?></li>
I hope you can make these changes and this should do. But remember these changes will be lost when you will update your theme to newer versions.
Regards.
Sanjiv( Catch Themes )