Skip to content

Instantly share code, notes, and snippets.

@DougBeney
DougBeney / comments.php
Last active August 22, 2016 18:21
Barebones basic comments.php template
<!-- if comments are open -->
<?php if (comments_open) { ?>
<!-- Comment Form -->
<form action="<?php echo site_url('wp-comments-post.php'); ?>" method="post" >
<input type="hidden" name="comment_post_ID" id="comment_post_ID" value="<?php echo $post->ID ?>" />
<input placeholder="Name" type="text" name="author"/><br>
<input placeholder="Email" type="text" name="email"/><br>
<input placeholder="Website (optional)" type="text" name="url"/><br>