Skip to content

Instantly share code, notes, and snippets.

@hitsujixgit
Created June 19, 2014 06:59
Show Gist options
  • Save hitsujixgit/23686fd9aaf8ca0b7b7e to your computer and use it in GitHub Desktop.
Save hitsujixgit/23686fd9aaf8ca0b7b7e to your computer and use it in GitHub Desktop.
コメントフォームを設置する - index.phpをカスタマイズする#6
<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>&lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; </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