removed comments from the loop code

This commit is contained in:
jorge-vitrubio 2022-09-27 10:23:17 +02:00
parent a088a7494f
commit 461de6aa9b
1 changed files with 7 additions and 7 deletions

View File

@ -31,12 +31,12 @@
| |
<?php endif; ?> <?php endif; ?>
<?php comments_popup_link( __( 'Leave a comment', 'hangar' ), __( '1 comment', 'hangar' ), __( '% comments', 'hangar' ) ); ?> <?php //comments_popup_link( __( 'Leave a comment', 'hangar' ), __( '1 comment', 'hangar' ), __( '% comments', 'hangar' ) ); ?>
<?php edit_post_link( __( 'Edit &rarr;', 'hangar' ), '| ', '' ); ?></p> <?php edit_post_link( __( 'Edit &rarr;', 'hangar' ), '| ', '' ); ?></p>
</div> </div>
<!--end Post--> <!--end Post-->
<?php comments_template( '', true ); ?> <?php //comments_template( '', true ); ?>
<?php endwhile; // End the loop. ?> <?php endwhile; // End the loop. ?>