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

1 && get_option( 'page_comments' ) ) : // are there comments to navigate through? If so, show navigation ?>
    'tutorial_comment' ) ); ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through? If so, show navigation ?>

'

' . '' : '' ) . '

', 'email' => '

' : '' ) . '

', ); $comments_args = array( // change the title of send button 'label_submit'=>'Submit', // change the title of the reply section 'title_reply'=>'Add your comment on this story', // 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' => '

', // notes before input fields 'comment_notes_before' => '', 'fields' => $fields, ); comment_form($comments_args); ?>