Menu

Sunday, April 5, 2026
Blog

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

One thought on “Hello world!

$req = get_option('require_name_email'); $aria_req = ($req ? " aria-required='true'" : ''); $comment_args = array( 'class_form' => 'comment-form mt-5 p-4 bg-light rounded shadow-sm', 'title_reply_before' => '

', 'title_reply_after' => '

', 'class_submit' => 'btn btn-primary btn-lg mt-3', 'submit_button' => '', 'comment_field' => '
', 'fields' => apply_filters('comment_form_default_fields', array( 'author' => '
' . ' ' . '
', 'email' => '
', 'url' => '
' . '' . '
', )), ); comment_form($comment_args); ?>