removed comments from the loop code
This commit is contained in:
parent
a088a7494f
commit
461de6aa9b
4
loop.php
4
loop.php
|
@ -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 →', 'hangar' ), '| ', '' ); ?></p>
|
<?php edit_post_link( __( 'Edit →', '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. ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue