Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
firepot
/
wp-content
/
themes
/
momota
:
comments.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if ( post_password_required() ) : return; endif; global $kubio_comments_data; ?> <div id="comments" class="post-comments"> <h4 class="comments-title"> <span class="comments-number"> <?php comments_number( __( 'No Responses', 'momota' ), __( 'One Response', 'momota' ), __( '% Responses', 'momota' ) ); ?> </span> </h4> <ol class="comment-list"> <?php wp_list_comments( array( 'avatar_size' => '40', 'format' => 'html5', ) ); ?> </ol> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <div class="h-row"> <div class="h-col h-col-auto"> <div class="prev-posts"> <?php previous_comments_link( sprintf( '« %s', __( 'Older Comments', 'momota' ) ) ); ?> </div> </div> <div class="h-col"></div> <div class="h-col h-col-auto"> <div class="next-posts"> <?php next_comments_link( sprintf( '%s »', __( 'Newer Comments', 'momota' ) ) ); ?> </div> </div> </div> <?php endif; ?> <?php if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <p class="no-comments"><?php _e( 'Comments are closed.', 'momota' ); ?></p> <?php endif; ?> </div>