PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
themes
/
bumbleb
<?php if ( post_password_required() ) { return; } ?> <div id="comments" class="comments-area"> <?php if ( have_comments() ) : ?> <h3 class="comments-title"> <?php $comments_number = get_comments_number(); ?> <?php if($comments_number == 1){?> <?php echo esc_attr($comments_number).esc_html__(' Comment', 'bumbleb'); ?> <?php }else{ ?> <?php echo esc_attr($comments_number).esc_html__(' Comments', 'bumbleb'); ?> <?php } ?> </h3> <div class="comment-list"> <?php wp_list_comments( array('callback' => 'bumbleb_comment') ); ?> </div><!-- .comment-list --> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <nav id="comment-nav-below" class="navigation comment-navigation" role="navigation"> <h1 class="screen-reader-text"><?php echo esc_html__( 'Comment navigation', 'bumbleb' ); ?></h1> <div class="nav-previous"><?php previous_comments_link( esc_html__( 'Older Comments', 'bumbleb' ) ); ?></div> <div class="nav-next"><?php next_comments_link( esc_html__( 'Newer Comments', 'bumbleb' ) ); ?></div> </nav><!-- #comment-nav-below --> <?php endif; // Check for comment navigation. ?> <?php if ( ! comments_open() ) : ?> <p class="no-comments"><?php echo esc_html__( 'Comments are closed.', 'bumbleb' ); ?></p> <?php endif; ?> <?php endif; // have_comments() ?> <?php echo '<div class="comment-form">'; $args = array( 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' =>'<div class="form-group col-md-6 col-sm-6">' . '<div class="author">'. '<input id="author" name="author" type="text" required="required" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30" class="form-control" />'. '<label for="author">' . esc_attr__( 'Name', 'bumbleb' ) . '</label>'. '</div>', '</div>' , 'email' => '<div class="form-group col-md-6 col-sm-6">' . '<div class="email">'. '<input id="email" name="email" type="text" required="required" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30" class="form-control" />' . '<label for="email">' . esc_attr__( 'Email', 'bumbleb' ) . '</label>'. '</div>', '</div>', 'url' => '<div class="form-group col-md-12 col-sm-12">' . '<input id="url" name="url" placeholder="' . esc_attr__( 'Website', 'bumbleb' ) . '" type="text" value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" class="form-control" /> ' . '</div>', ) ), 'comment_field' => '<div class="form-group col-md-12 col-sm-12"><textarea id="comment" name="comment" cols="45" rows="12" aria-required="true" placeholder="' . esc_attr__( 'Your Comment Here...', 'bumbleb' ) . '" class="form-control" >' . '</textarea></div>', 'comment_notes_after' => '', 'class_form' => 'row ', 'title_reply_before' => ' <div class="section-header comment_reply_header"><h3>', 'title_reply_after' => '</h3></div>', 'logged_in_as' => '<div class="logged-in-as col-md-12 col-sm-12">' . sprintf( wp_kses( 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="'.esc_attr__('Log out of this account','bumbleb').'">'.esc_html__('Log out?','bumbleb').'</a>','bumbleb' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '</div>', 'must_log_in' => '<div class="must-log-in col-md-12 col-sm-12">' . sprintf( wp_kses( 'You must be <a href="%s">logged in</a> to post a comment.','bumbleb' ), wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '</div>', 'comment_notes_before' => '<div class="comment-notes col-md-12 col-sm-12">'. esc_html__( 'Your email address will not be published. Required fields are marked *','bumbleb' ) . '</div>', 'class_submit' => 'btn', 'submit_button' => '<div class="form-group col-md-12"> <input name="%1$s" type="submit" id="%2$s" class="%3$s" value="%4$s" /> </div>' ); comment_form($args); echo '</div>'; ?> </div><!-- #comments -->
[+]
woocommerce
[+]
js
[+]
customizer
[+]
wc-vendors
[-] search.php
[edit]
[-] index.php
[edit]
[-] page.php
[edit]
[+]
..
[-] sidebar.php
[edit]
[-] breadcrumb.php
[edit]
[+]
languages
[-] single.php
[edit]
[-] footer.php
[edit]
[+]
sass
[-] header.php
[edit]
[-] style.css
[edit]
[+]
css
[-] 404.php
[edit]
[-] readme.txt
[edit]
[+]
templates
[-] search-form.php
[edit]
[-] author.php
[edit]
[-] search-form2.php
[edit]
[-] single-bwp_megamenu.php
[edit]
[-] screenshot.png
[edit]
[+]
fonts
[+]
plugins
[+]
page-templates
[-] functions.php
[edit]
[+]
images
[-] archive.php
[edit]
[+]
dokan
[-] no-results.php
[edit]
[-] comments.php
[edit]
[-] single-bwp_footer.php
[edit]
[+]
inc