Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php comment_form_title( 'Leave a Comment', 'Leave a Comment to %s' ); ?>
- <div class="cancel-comment-reply">
- <small><?php cancel_comment_reply_link(); ?></small>
- </div>
- <p>
- <label for="author" class="blog-form-feild">Name* </label>
- <input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" placeholder="Name" class="span8 cmt_input_bg" tabindex="1" /></p>
- <p>
- <label for="email" class="blog-form-feild">Mail* </label>
- <input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" placeholder="email" tabindex="2" class="" /></p>
- <p>
- <label for="url" class="blog-form-feild">Website</label>
- <input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" placeholder="website" tabindex="3" class="span8 cmt_input_bg" /></p>
- <?php endif; ?>
- <!--<p><small><strong>XHTML:</strong> You can use these tags: <code><?php echo allowed_tags(); ?></code></small></p>-->
- <br/>
- <p><textarea name="comment" id="comment" rows="3" placeholder="love to hear from you" class="span8 cmt_input_bg" tabindex="4"></textarea></p>
- <p><input name="submit" type="submit" tabindex="5" value="Submit Now" id="submit"/>
- <?php comment_id_fields(); ?>
- </p>
- <?php do_action('comment_form', $post->ID); ?>
Advertisement
Add Comment
Please, Sign In to add comment