@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
var
/
www
/
html
/
zip2
/
files
/
wp-content
/
themes
/
wpresidence
/
Path :
Upload File :
New :
File
Dir
/var/www/html/zip2/files/wp-content/themes/wpresidence/comments.php
<div id="comments"> <?php if (post_password_required()) : ?> <p class="nopassword"><?php esc_html_e('This post is password protected. Enter the password to view any comments.', 'wpresidence'); ?></p> </div><!-- #comments --> <?php return; endif; ?> <?php // You can start editing here -- including this comment! ?> <?php if (have_comments()) : ?> <h3> <?php printf(_n('One thought on “%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), 'wpresidence'), number_format_i18n(get_comments_number()), '<span>' . get_the_title() . '</span>'); ?> </h3> <?php if (get_comment_pages_count() > 1 && get_option('page_comments')) : // are there comments to navigate through ?> <?php endif; // check for comment navigation ?> <ul class="commentlist "> <?php wp_list_comments(array('callback' => 'wpestate_comment')); ?> </ul> <?php if (get_comment_pages_count() > 1 && get_option('page_comments')) : // are there comments to navigate through ?> <nav id="comment-nav-below"> <h1 class="assistive-text"><?php esc_html_e('Comment navigation', 'wpresidence'); ?></h1> <div class="nav-previous"><?php previous_comments_link(esc_html__('« Older Comments', 'wpresidence')); ?></div> <div class="nav-next"><?php next_comments_link(esc_html__('Newer Comments »', 'wpresidence')); ?></div> </nav> <?php endif; // check for comment navigation ?> <?php if (!comments_open() && get_comments_number()) : ?> <p class="nocomments"><?php esc_html_e('Comments are closed.', 'wpresidence'); ?></p> <?php endif; ?> <?php endif; // have_comments() ?> <?php $commenter = wp_get_current_commenter(); $req = get_option( 'require_name_email' ); $aria_req = ( $req ? " aria-required='true'" : '' ); $required_text= ' '; $args = array( 'id_form' => 'commentform', 'class_submit' => 'wpresidence_button', 'id_submit' => 'submit', 'title_reply' => esc_html__( 'Leave a Reply','wpresidence' ), 'title_reply_to' => esc_html__( 'Leave a Reply to %s','wpresidence' ), 'cancel_reply_link' => esc_html__( 'Cancel Reply','wpresidence' ), 'label_submit' => esc_html__( 'Post Comment','wpresidence' ), 'comment_notes_before' => '<p class="comment-notes">' . esc_html__( 'Your email address will not be published. ','wpresidence' ) . ( $req ? $required_text : '' ) . '</p>', 'comment_field' => '<p class="comment-form-comment"><label for="comment">'. '</label><textarea id="comment" class="form-control" name="comment" cols="45" rows="8" aria-required="true" placeholder="'. esc_html__( 'Comment', 'wpresidence' ) .'">' . '</textarea></p>', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<p class="comment-form-author">' . '<input id="author" name="author" type="text" class="form-control" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30"' . $aria_req . ' placeholder="'.esc_html__( 'Name', 'wpresidence' ).'"/> </p>', 'email' => '<p class="comment-form-email">' . '<input id="email" name="email" type="text" class="form-control" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30"' . $aria_req . ' placeholder="'. esc_html__( 'Email', 'wpresidence' ) .'" /></p>', 'url' => '<p class="comment-form-url">'. '<input id="url" name="url" type="text" class="form-control" value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" placeholder="'. esc_html__( 'Website', 'wpresidence' ) .'"/></p>' ) ), ); comment_form($args); ?> </div><!-- #comments -->