Skip to content

Instantly share code, notes, and snippets.

@Sonia-Shurmi
Last active August 7, 2017 06:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sonia-Shurmi/2af963541d6844efc87de243149d6455 to your computer and use it in GitHub Desktop.
Save Sonia-Shurmi/2af963541d6844efc87de243149d6455 to your computer and use it in GitHub Desktop.
Wordpress friendly murkup for "Blog Comment" Section
<div id="comments" class="comment-area">
<div class="comments-title">
<h2>Comments (03)</h2>
</div>
<ul class="comment-list">
<li class="comment">
<article class="comment-body">
<footer class="comment-meta">
<div class="comment-author"></div>
<div class="comment-metadata"></div>
</footer>
<div class="comment-content"></div>
<div class="reply"></div>
</article>
<ul class="children">
<li class="comment">
<article class="comment-body">
<footer class="comment-meta">
<div class="comment-author"></div>
<div class="comment-metadata"></div>
</footer>
<div class="comment-content"></div>
<div class="reply"></div>
</article>
</li>
</ul>
</li>
</ul>
<div class="comment-respond">
<div class="comment-reply-title">
<h3></h3>
</div>
<form action="" class="comment-form">
<div class="comment-form-field comment-textarea">
<textarea name="" placeholder="type here........."></textarea>
</div>
<div class="input-form-field">
<input type="text" placeholder="Name">
</div>
<div class="input-form-field">
<input type="text" placeholder="Phone">
</div>
<div class="input-form-field">
<input type="email" placeholder="Email">
</div>
<div class="form-submit">
<input type="text" class="submit btn_one" value="Submit Now">
</div>
</form>
</div>
</div>
@Sonia-Shurmi
Copy link
Author

It,s a wordpress friendly single blog,s comment section murkup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment