Skip to content

Instantly share code, notes, and snippets.

View anikwai's full-sized avatar
🎯
Focusing

Watson Cyrus Anikwai anikwai

🎯
Focusing
  • Our Telekom
  • Solomon Islands
  • 14:06 (UTC +11:00)
  • X @wanikwai
View GitHub Profile
@anikwai
anikwai / gist:b41b729893b7f6ae8c76f6729d1ca1fc
Created September 18, 2018 17:34 — forked from zvineyard/gist:2625997
WordPress: Comments Template
<?php
$default_avatar = 'http://zacvineyard.com/blog/wp-content/themes/zac/images/default-avatar.png';
?>
<a id="comments"></a>
<h2>Comments</h2>
<?php if($comments) : ?>
<ol class="comments">
<?php foreach($comments as $comment) : ?>
<li id="comment-<?php comment_ID(); ?>" class="<?php if ($comment->user_id == 1) echo "authcomment";?>">
<?php if ($comment->comment_approved == '0') : ?>