' . esc_html( get_the_title() ) . '' ); } else { printf( /* translators: %1$s: The number of comments. %2$s: The post title. */ esc_html( _n( '%1$s comment on “%2$s”', '%1$s comments on “%2$s”', get_comments_number(), 'foodiz' ) ), esc_html( number_format_i18n( get_comments_number() ) ), '' . esc_html( get_the_title() ) . '' ); } ?>


1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
'
', 'email' => '
', ); function foodiz_fields( $fields ) { return $fields; } add_filter( 'foodiz_comment_form', 'foodiz_fields' ); $defaults = array( 'fields' => apply_filters( 'foodiz_comment_form', $fields ), 'comment_field' => '
', 'logged_in_as' => '

' . __( "Logged in as ", 'foodiz' ) . '' . $user_identity . '' . '' . __( " Log out?", 'foodiz' ) . '' . '

', /* translators: %s: reply to name */ 'title_reply_to' => __( 'Leave a Reply to %s', 'foodiz' ), 'id_submit' => 'mm_single_submit', 'label_submit' => __( 'Post Comment', 'foodiz' ), 'title_reply' => '

' . __( 'Leave a Reply', 'foodiz' ) . '

', 'role_form' => 'form', ); comment_form( $defaults ); ?>