projects
/
WP-Themes
/
visitescanaba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1e1170
)
Remove comments from posts
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 11 Jan 2018 22:06:20 +0000
(17:06 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 11 Jan 2018 22:06:20 +0000
(17:06 -0500)
sections/blog-single.php
patch
|
blob
|
history
diff --git
a/sections/blog-single.php
b/sections/blog-single.php
index
d0075b7
..
08a9b18
100644
(file)
--- a/
sections/blog-single.php
+++ b/
sections/blog-single.php
@@
-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>