某些佈景會將迴響跟引用分開,作為兩個分頁,常常就這樣在前台看不見whisper迴響,解決方法如下:
到佈景主題的comments.php找到

wp_list_comments('type=comment&callback=custom_comments');

改成

wp_list_comments('(type=comment OR whisper)&callback=custom_comments');

就可以了。

Popularity: 2% [?]