When creating a new page, how do we remove "Leave a Reply/post comment" at the bottom?
Here is the code but I do not see it in the Edit page.
Thank you,
----
<!--
#post
-->
<div id="comments" class="comments-area">
<div id="respond" class="comment-respond">
<h3 id="reply-title" class="comment-reply-title"></h3>
<form id="commentform" class="comment-form" novalidate="" method="post" action="http://moulinauxsaveurs.com/wp-comments-post.php">
<p class="logged-in-as"></p>
<p class="comment-form-comment">
<label for="comment"></label>
<textarea id="comment" aria-required="true" rows="8" cols="45" name="comment"></textarea>
</p>
<p class="form-allowed-tags"></p>
<p class="form-submit"></p>
<input id="_wp_unfiltered_html_comment_disabled" type="hidden" value="7991a36dc2" name="_wp_unfiltered_html_comment"></input>
<script></script>
</form>
</div>