if there are no comments */ add_filter( 'bootswatch_comment_form_args', function( $args ) { if ( ! have_comments() ) { $args['title_reply_before'] = '

'; $args['title_reply_after'] = '

'; } return $args; } ); ?>