It depends, where do you want to disable comments:
1. On all pages - go to Dashboard -> Magazine -> Template Options -> Pages -> Display comments on pages option,
2. On all new posts - go to Dashboard -> Settings -> Discussion (WordPress options),
3. Only on specified page or post - edit post or page -> Expand Screen Options (right top corner) -> Check Discussion -> Discussion options are under the post,
4. On all existing posts - open Magazine/single.php file and delete this line:
- Code: Select all
<?php comments_template( '', true ); ?>