���� JFIF fdasasfas213sdaf
Server IP : 147.79.69.205 / Your IP : 216.73.216.222 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/chhapaee.com/public_html/wp-content/themes/printco/ |
Upload File : |
<?php /** * @package Bravisthemes */ if ( post_password_required() ) { return; } ?> <div id="comments" class="comments-area"> <?php if ( have_comments() ) : ?> <div class="comment-list-wrap"> <h4 class="comments-title"> <?php $comment_count = get_comments_number(); if ( 1 === intval($comment_count) ) { echo esc_html__( '1 Comment', 'printco' ); } else { echo esc_html__('Comments', 'printco').' ('.esc_attr( $comment_count ).')'; } ?> </h4> <?php the_comments_navigation(); ?> <ul class="comment-list"> <?php wp_list_comments( array( 'style' => 'ul', 'short_ping' => true, 'callback' => 'printco_comment_list', 'max_depth' => 3 ) ); ?> </ul> <?php the_comments_navigation(); ?> </div> <?php if ( ! comments_open() ) : ?> <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'printco' ); ?></p> <?php endif; endif; $args = array( 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => esc_attr__( 'Leave A Comment', 'printco'), 'title_reply_to' => esc_attr__( 'Leave A Comment To ', 'printco') . '%s', 'cancel_reply_link' => esc_attr__( 'Cancel Comment', 'printco'), 'label_submit' => esc_attr__( 'Post Comment', 'printco'), 'comment_notes_before' => '', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<div class="row"><div class="comment-form-author col-lg-6 col-md-6 col-sm-12">'. '<input id="author" name="author" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30" placeholder="'.esc_attr__('Full Name', 'printco').'"/></div>', 'email' => '<div class="comment-form-email col-lg-6 col-md-6 col-sm-12">'. '<input id="email" name="email" type="text" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30" placeholder="'.esc_attr__('Email Address', 'printco').'"/></div>', 'website' => '<div class="comment-form-website col-lg-12 col-md-12 col-sm-12">'. '<input id="website" name="url" type="text" value="" size="30" placeholder="'.esc_attr__('Website', 'printco').'"/></div></div>', ) ), 'comment_field' => '<div class="comment-form-comment"><textarea id="comment" name="comment" cols="45" rows="8" placeholder="'.esc_attr__('Your Comment...', 'printco').'" aria-required="true">' . '</textarea></div>', ); comment_form($args); ?> </div>