'approve', 'post_id'=> get_the_ID(), 'type'=> 'pings', 'count' => true, ) ); $comments_number = $comments_number - $ping_count; if($comments_number != 0): ?>

'. esc_html__( 'One Comment', 'simple-days' ); } else { printf(' '. esc_attr(__('%1$s Comments','simple-days')), absint(number_format_i18n( $comments_number )) ); } ?>

1 && get_option( 'page_comments' ) ) { ?>

esc_html__('Post Comment', 'simple-days'), // change the title of the reply section 'title_reply'=> esc_html__('Leave a Comment', 'simple-days'), // redefine your own textarea (the comment body) 'comment_field' => '
', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' =>'' . '
' . '
', 'email' =>'' . '
' . '
', 'url' => get_theme_mod( 'simple_days_post_comments_website',false) ? '' : '
', 'cookies' => get_option( 'show_comments_cookies_opt_in' ) ? '' : '', ) ), ); }