Файловый менеджер - Редактировать - /home2/cocinasdalloway/public_html/tienda/wp-content/themes/kossy/comments.php
Назад
<?php /** * The template for displaying comments * * The area of the page that contains both current comments * and the comment form. * * @package WordPress * @subpackage Kossy * @since Kossy 1.0 */ /* * If the current post is protected by a password and * the visitor has not yet entered the password we will * return early without loading the comments. */ if ( post_password_required() ) { return; } ?> <div id="comments" class="comments-area"> <?php if ( have_comments() ) : ?> <h3 class="comments-title"><?php comments_number( esc_html__('0 Comments', 'kossy'), esc_html__('1 Comment', 'kossy'), esc_html__('% Comments', 'kossy') ); ?></h3> <?php kossy_comment_nav(); ?> <ol class="comment-list"> <?php wp_list_comments('callback=kossy_list_comment'); ?> </ol><!-- .comment-list --> <?php kossy_comment_nav(); ?> <?php endif; // have_comments() ?> <?php // If comments are closed and there are comments, let's leave a little note, shall we? if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'kossy' ); ?></p> <?php endif; ?> <?php $aria_req = ( $req ? " aria-required='true'" : '' ); $comment_args = array( 'title_reply'=> '<h4 class="title">'.esc_html__('Leave a Comment','kossy').'</h4>', 'comment_field' => '<div class="form-group space-comment"> <textarea rows="7" placeholder="'.esc_attr__('Your Comment', 'kossy').'" id="comment" class="form-control" name="comment"'.$aria_req.'></textarea> </div>', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<div class="row"><div class="col-sm-6 col-xs-12"><div class="form-group "> <input type="text" name="author" placeholder="'.esc_attr__('Name*', 'kossy').'" class="form-control" id="author" value="' . esc_attr( $commenter['comment_author'] ) . '" ' . $aria_req . ' /> </div></div>', 'email' => ' <div class="col-sm-6 col-xs-12"><div class="form-group "> <input id="email" name="email" placeholder="'.esc_attr__('Email*', 'kossy').'" class="form-control" type="text" value="' . esc_attr( $commenter['comment_author_email'] ) . '" ' . $aria_req . ' /> </div></div>', 'Website' => ' <div class="col-xs-12"><div class="form-group "> <input id="website" name="website" placeholder="'.esc_attr__('Website', 'kossy').'" class="form-control" type="text" value="' . esc_attr( $commenter['comment_author_url'] ) . '" ' . $aria_req . ' /> </div></div></div>', ) ), 'label_submit' => esc_html__('Submit Comment', 'kossy'), 'comment_notes_before' => '<div class="form-group h-info">'.esc_html__('Your email address will not be published.','kossy').'</div>', 'comment_notes_after' => '', ); ?> <?php kossy_comment_form($comment_args); ?> </div><!-- .comments-area -->
| ver. 1.4 |
Github
|
.
| PHP 8.2.22 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка