removed comments by default

This commit is contained in:
jorge 2022-12-24 18:44:49 +01:00
parent af0bf0c759
commit 2704c83236
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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; ?>

View File

@ -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; ?>