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 are open or we have at least one comment, load up the comment template.
|
||||||
if ( comments_open() || get_comments_number() ) :
|
if ( comments_open() || get_comments_number() ) :
|
||||||
comments_template();
|
// comments_template();
|
||||||
endif;
|
endif;
|
||||||
|
|
||||||
endwhile; // End of the loop.
|
endwhile; // End of the loop.
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<div class="entry-meta">
|
<div class="entry-meta">
|
||||||
<?php
|
<?php
|
||||||
ofisuport_posted_on();
|
ofisuport_posted_on();
|
||||||
ofisuport_posted_by();
|
//ofisuport_posted_by();
|
||||||
?>
|
?>
|
||||||
</div><!-- .entry-meta -->
|
</div><!-- .entry-meta -->
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
<div class="entry-meta">
|
<div class="entry-meta">
|
||||||
<?php
|
<?php
|
||||||
ofisuport_posted_on();
|
ofisuport_posted_on();
|
||||||
ofisuport_posted_by();
|
//ofisuport_posted_by();
|
||||||
?>
|
?>
|
||||||
</div><!-- .entry-meta -->
|
</div><!-- .entry-meta -->
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
Loading…
Reference in New Issue