I’m using get_comments to show lastest comments i.e.: <?php global $comments, $comment; $comments = get_comments( […]
Tag: comments-template
How can I limit the number of comments per registered user per day?
I found this code on WPSE: global $current_user, $post; $args = array( ‘user_id’ => $current_user->ID, […]
How to hide “Trackback” on paginated comments
My Setup: On my Single’s page I have used this comments_template(”, true); to separate Trackback’s […]
How to call wp_list_comments() outside of the comments template?
I’m simply typing wp_list_comments() in page.php but nothing is shown. But if I put the […]
No More Posts Available.
No more pages to load.