'Submit Comment',
'title_reply' => 'Post a comment',
'comment_notes_after' => ''
);
comment_form($comment_args);
paginate_comments_links(array(
'screen_reader_text'=> __('Pagination','aw-plus-awesome-blog'),
'prev_text'=> __('Previous','aw-plus-awesome-blog'),
'next_text'=> __('Next','aw-plus-awesome-blog'),
));