?
Path : /home/admin/domains/happytokorea.net/public_html/wp-content/themes/asteroid/ |
Current File : /home/admin/domains/happytokorea.net/public_html/wp-content/themes/asteroid/comments.php |
<?php if ( post_password_required() ) return; ?> <?php if ( $comments ) : ?> <div id="comments-wrap"> <h3><?php _e('Comments', 'asteroid'); ?></h3> <ul><?php wp_list_comments( 'avatar_size=48' ); ?></ul> <div class="pagination"><?php paginate_comments_links(); ?></div> </div> <?php endif; ?> <?php if ( comments_open() || pings_open() ) : ?> <?php comment_form(); ?> <?php elseif ( $comments ) : ?> <div id="respond"><p id="closed"><?php _e('Comments Closed', 'asteroid'); ?></p></div> <?php endif; ?>