X7ROOT File Manager
Current Path:
/home/gfecatvj/4abetter.us/wp-content/plugins/kubio/lib/blog
home
/
gfecatvj
/
4abetter.us
/
wp-content
/
plugins
/
kubio
/
lib
/
blog
/
📁
..
📄
comments.php
(1.49 KB)
📄
walker-comment.php
(3.44 KB)
Editing: comments.php
<?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( $kubio_comments_data['none'], $kubio_comments_data['one'], str_replace( '{COMMENTS-COUNT}', '%', $kubio_comments_data['multiple'] ) ); ?> </span> </h4> <ol class="comment-list"> <?php wp_list_comments( array( 'walker' => apply_filters( 'kubio/walker-comment', '' ), 'avatar_size' => $kubio_comments_data['avatar_size'], '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', 'kubio' ) ) ); ?> </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', 'kubio' ) ) ); ?> </div> </div> </div> <?php endif; ?> <?php if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'kubio' ); ?></p> <?php endif; ?> </div>
Upload File
Create Folder