projects
/
WP-Themes
/
otsego.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c98d18
)
comments not working, testing comments_template function
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 8 Jan 2016 18:00:05 +0000
(13:00 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 8 Jan 2016 18:00:05 +0000
(13:00 -0500)
single.php
patch
|
blob
|
history
diff --git
a/single.php
b/single.php
index
3f82e44
..
d0dd55e
100644
(file)
--- a/
single.php
+++ b/
single.php
@@
-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>