projects
/
WP-Themes
/
khako.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3a0b28
)
Disabled comments from blog single template
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 7 Feb 2018 15:40:35 +0000
(10:40 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 7 Feb 2018 15:40:35 +0000
(10:40 -0500)
single.php
patch
|
blob
|
history
diff --git
a/single.php
b/single.php
index
e2641c4
..
f9eba14
100644
(file)
--- a/
single.php
+++ b/
single.php
@@
-46,7
+46,7
@@
<?php } ?>
</article>
<?php if ( comments_open() || get_comments_number() ) :
- comments_template();
+
//
comments_template();
endif; ?>
</div>
</div>