Skip to content

Instantly share code, notes, and snippets.

@WebExp24h
WebExp24h / comments-templates.php
Created September 15, 2021 15:15 — forked from lkwdwrd/comments-templates.php
Ajax Comment Fun with WordPress JS Helpers
<?php // Templates for ajax comments ?>
<?php /* Wrap for comments in general should none be present */ ?>
<script type="text/html" id="tmpl-comment-wrap">
<div class="comments">
<h2 class="comments-title">Comments</h2>
<ol class="commentlist"></ol>
</div>
</script>