the_comments_pagination() WP 1.0
Displays a paginated navigation to next/previous set of comments, when applicable.
Works based on: get_the_comments_pagination()
No Hooks.
Return
Null. Nothing.
Usage
the_comments_pagination( $args );
- $args(array)
- See get_the_comments_pagination() for available arguments.
Default: empty array
Changelog
Since 4.4.0 | Introduced. |
Code of the_comments_pagination() the comments pagination WP 5.6
function the_comments_pagination( $args = array() ) {
echo get_the_comments_pagination( $args );
}Related Functions
From tag: Comments pagination (navigation)
More from tag: Navigation pagination
More from category: Comments
- cancel_comment_reply_link()
- comment_author_email_link()
- comment_form()
- comment_form_title()
- comment_id_fields()
- comment_text()
- comment_type()
- comments_link()
- comments_number()
- comments_popup_link()
- get_avatar()
- get_avatar_data()
- get_avatar_url()
- get_cancel_comment_reply_link()
- get_comment()
- get_comment_author_email()
- get_comment_reply_link()
- get_comment_text()
- get_comment_type()
- get_comments()
- get_comments_link()
- get_comments_number()
- get_edit_comment_link()
- is_comment_feed()
- is_trackback()
- sanitize_comment_cookies()
- wp_allow_comment()
- wp_count_comments()
- wp_delete_comment()
- wp_get_current_commenter()
- wp_handle_comment_submission()
- wp_insert_comment()
- wp_list_comments()
- wp_new_comment()
- wp_notify_moderator()
- wp_notify_postauthor()
- wp_set_comment_cookies()
- wp_set_comment_status()
- wp_spam_comment()
- wp_transition_comment_status()
- wp_update_comment()
- wp_update_comment_count()