' . get_the_title() . '' ); ?>

    'reddish_comment', 'style' => 'ol' ) ); ?>
1 && get_option( 'page_comments' ) ) : /* are there comments to navigate through */ ?> 1 (check for comment navigation) */ /* If there are no comments and comments are closed, leave a note. */ if ( ! comments_open() && get_comments_number() ) : ?>

__( 'Please give us your valuable comment', 'reddish' ), 'title_reply_to' => __( 'Leave a Reply to %s', 'reddish' ), 'cancel_reply_link' => __( 'Cancel Reply','reddish' ), 'label_submit' => __( 'Send My Comment' , 'reddish' ), 'comment_field' => '

', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?', 'reddish' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '

', 'comment_notes_after' => '

' . sprintf( __( 'You may use these HTML tags and attributes: %s', 'reddish' ), ' ' . allowed_tags() . '' ) . '

' ); comment_form( $comments_args ); ?>