X7ROOT File Manager
Current Path:
/home/notabjze/boatingnight.com/wp-content/themes/yachbat
home
/
notabjze
/
boatingnight.com
/
wp-content
/
themes
/
yachbat
/
ðŸ“
..
ðŸ“
assets
📄
comments.php
(2.16 KB)
ðŸ“
customize
ðŸ“
elementor
📄
footer.php
(227 B)
📄
functions.php
(1.25 KB)
📄
header.php
(719 B)
ðŸ“
inc
📄
index.php
(448 B)
ðŸ“
install-resource
ðŸ“
languages
📄
readme.txt
(502 B)
📄
screenshot.png
(1.04 MB)
📄
sidebar-shop.php
(189 B)
📄
sidebar.php
(304 B)
📄
style.css
(675.28 KB)
ðŸ“
template-parts
ðŸ“
woocommerce
📄
wpml-config.xml
(3.03 KB)
Editing: comments.php
<?php if (post_password_required()) return; ?> <div id="comments" class="comments"> <?php if(have_comments()): ?> <h3 class="title-comments"> <?php $comments_number = get_comments_number(); if ( '1' === $comments_number ) { printf( esc_html_x( 'One Comment', 'comments title', 'yachbat' ) ); } else { printf( esc_html( /* translators: 1: number of comments */ _nx( '%1$s Comment', '%1$s Comments', $comments_number, 'comments title', 'yachbat' ) ), esc_html( number_format_i18n( $comments_number ) ) ); } ?> </h3> <?php the_comments_navigation(); ?> <ul class="comment-lists"> <?php wp_list_comments( array( 'style' => 'ul', 'short_ping' => true, 'avatar_size' => 42, 'callback' => function($comment, $args, $depth){ include get_theme_file_path('template-parts/parts/comment.php'); }, ) ); ?> </ul> <?php the_comments_navigation(); ?> <?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.', 'yachbat' ); ?> </p> <?php endif; ?> <?php comment_form( array( 'title_reply_before' => '<h3 id="reply-title" class="comment-reply-title">', 'title_reply_after' => '</h3>', ) ); ?> </div><!-- end comments -->
Upload File
Create Folder