Remove comments from posts
authorLaury GvR <laury@gaslightmedia.com>
Thu, 11 Jan 2018 22:06:20 +0000 (17:06 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 11 Jan 2018 22:06:20 +0000 (17:06 -0500)
sections/blog-single.php

index d0075b7..08a9b18 100644 (file)
@@ -7,9 +7,10 @@
                                         <div class="row">
                                             <div class="small-12 columns">
                                                 <?php get_template_part('parts/blog-text-single'); ?>
-                                                <?php if ( comments_open() || get_comments_number() ) :
-                                                comments_template();
-                                                endif; ?>
+                                                <?php
+                                                //if ( comments_open() || get_comments_number() ) :
+                                                //comments_template();
+                                                //endif; ?>
                                             </div>
                                         </div>
                                     </div>