WordPress template tags previous_ comments_ Link output the comment link of the previous page, which is used to make the page navigation of comments in the comment template.
previous_comments_link( string $label = '' )
Function parametersExamples of function usage
<?php previous_comments_link( '« Older Comments' ); ?>
Extended reading
previous_ comments_ The link() function is located in: WP includes / link- template.php
Related tags:
- cancel_ comment_ reply_ link()
- comment_ author()
- comment_ author_ email()
- comment_ author_ email_ link()
- comment_ author_ ip()
- comment_ author_ link()
- comment_ author_ rss()
- comment_ author_ url()
- comment_ author_ url_ link()
- comment_ class()
- comment_ date()
- comment_ excerpt()
- comment_ form_ title()
- comment_ form()
- comment_ id()
- comment_ id_ fields()
- comment_ reply_ link()
- comment_ text()
- comment_ text_ rss()
- comment_ time()
- comment_ type()
- comments_ link()
- comments_ number()
- comments_ open()
- comments_ popup_ link()
- comments_ popup_ script()
- comments_ rss_ link()
- get_ avatar()
- next_ comments_ link()
- paginate_ comments_ links()
- permalink_ comments_ rss()
- wp_ list_ comments()