new Avantex_Walker_Comment(), // 'callback' => 'bootstrap_comment_callback', 'avatar_size' => 120, 'style' => 'div', 'format' => 'html5', ) ); $comment_pagination = paginate_comments_links( array( 'echo' => false, 'end_size' => 0, 'mid_size' => 0, 'next_text' => __( 'Newer Comments', 'avantex' ) . ' ', 'prev_text' => ' ' . __( 'Older Comments', 'avantex' ), ) ); if ( $comment_pagination ) { $pagination_classes = ''; // If we're only showing the "Next" link, add a class indicating so. if ( false === strpos( $comment_pagination, 'prev page-numbers' ) ) { $pagination_classes = ' only-next'; } ?>
'; } comment_form( array( 'class_container' => 'comment-form-section', 'class_form' => 'form-inline', 'title_reply_to' => 'Type a Reply to %s', 'title_reply_before' => '

', 'title_reply_after' => '

', 'id_submit' => 'comment-form-submit', 'name_submit' => 'Submit Comment', 'class_submit' => 'thm-btn', // 'submit_button' => 'Submit Comment', 'cancel_reply_before' => '
', 'cancel_reply_after' => '
', ) ); } elseif ( is_single() ) { if ( $comments ) { echo ''; } ?>