%2$s', '%1$s comments on %2$s', get_comments_number(), 'freedesign' ), number_format_i18n( get_comments_number() ), '' . get_the_title() . '' ); ?>

1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
    'freedesign_comment' ) ); ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>

'

' . ' ' . ( $req ? '*' : '' ) . '

', 'email' => '

' . ( $req ? '*' : '' ) . '

', 'url' => '

' . '

', ); $themeurl = get_stylesheet_directory_uri(); $comments_args = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), // change the title of send button 'title_reply'=>'', 'comment_notes_before' => '', // remove "Text or HTML to be displayed after the set of comment fields" 'comment_notes_after' => '', // redefine your own textarea (the comment body) 'comment_field' => '


', ); comment_form($comments_args); ?>