comments not working, testing comments_template function
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 18:00:05 +0000 (13:00 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 18:00:05 +0000 (13:00 -0500)
single.php

index 3f82e44..d0dd55e 100644 (file)
@@ -39,9 +39,9 @@
                                     <?php } ?>
                                     <?php echo the_content(); ?>
                                 </article>
-                                <?php if ( comments_open() || get_comments_number() ) :
-                                comments_template();
-                                endif; ?>
+                             
+                               <?php comments_template(); ?>
+                           
                             </div>
                         </div>
                     </div>