Created
June 19, 2014 06:59
-
-
Save hitsujixgit/23686fd9aaf8ca0b7b7e to your computer and use it in GitHub Desktop.
コメントフォームを設置する - index.phpをカスタマイズする#6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="respond"> | |
<h3 id="reply-title">コメントを残す <small> | |
<a rel="nofollow" id="cancel-comment-reply-link" href="/.../#respond" style="display:none;">コメントをキャンセル</a></small></h3> | |
<form action="http://.../wp-comments-post.php" method="post" id="commentform"> | |
<p>メールアドレスが公開されることはありません。 <span>*</span> が付いている欄は必須項目です</p> | |
<p><label for="author">名前</label> <span>*</span> | |
<input id="author" name="author" type="text" value="" size="30" aria-required='true' /></p> | |
<p><label for="email">メールアドレス</label> <span>*</span> | |
<input id="email" name="email" type="text" value="" size="30" aria-required='true' /></p> | |
<p><label for="url">ウェブサイト</label> | |
<input id="url" name="url" type="text" value="" size="30" /></p> | |
<p><label for="comment">コメント</label> | |
<textarea id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea></p> | |
<p>次の<abbr title="HyperText Markup Language">HTML</abbr> タグと属性が使えます: <code><a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> </code></p> | |
<p> | |
<input name="submit" type="submit" id="submit" value="コメントを送信" /> | |
<input type='hidden' name='comment_post_ID' value='6' id='comment_post_ID' /> | |
<input type='hidden' name='comment_parent' id='comment_parent' value='0' /> | |
</p> | |
</form> | |
</div><!-- #respond --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment