From 78c0b3b77105dbc78ff68b33f8da6d53d55a8a3b Mon Sep 17 00:00:00 2001 From: Erwin Pagulong Date: Fri, 17 May 2019 22:51:08 +0800 Subject: [PATCH] Added Custom Walker Comments --- comments.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/comments.php b/comments.php index 7cf2a98..a513ca9 100644 --- a/comments.php +++ b/comments.php @@ -50,8 +50,10 @@
    'ol', - 'short_ping' => true, + 'walker' => new ThemeWPUGPH_Comments(), + 'style' => 'ol', + 'short_ping' => true, + 'avatar_size' => 50, ) ); ?>