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!
'; } ?>