removed comments by default
This commit is contained in:
parent
af0bf0c759
commit
2704c83236
|
@ -27,7 +27,7 @@ get_header();
|
|||
|
||||
// If comments are open or we have at least one comment, load up the comment template.
|
||||
if ( comments_open() || get_comments_number() ) :
|
||||
comments_template();
|
||||
// comments_template();
|
||||
endif;
|
||||
|
||||
endwhile; // End of the loop.
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<div class="entry-meta">
|
||||
<?php
|
||||
ofisuport_posted_on();
|
||||
ofisuport_posted_by();
|
||||
//ofisuport_posted_by();
|
||||
?>
|
||||
</div><!-- .entry-meta -->
|
||||
<?php endif; ?>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<div class="entry-meta">
|
||||
<?php
|
||||
ofisuport_posted_on();
|
||||
ofisuport_posted_by();
|
||||
//ofisuport_posted_by();
|
||||
?>
|
||||
</div><!-- .entry-meta -->
|
||||
<?php endif; ?>
|
||||
|
|
Loading…
Reference in New Issue