Comments

'ul', 'format' => 'html5', 'short_ping' => true, 'echo'=> false ]; $result = wp_list_comments( $args ); if (!empty($result)) { echo $result; } else { echo '

This post don\'t have any comment. Be the first one!

'; } ?>
[ 'author' => '
', 'email' => '
', 'cookies' => '' ], 'comment_field' => '
', 'comment_notes_before' => 'Your email address will not be published.' ); comment_form( $comments_args ); ?>