previous_posts_link() WP 1.0
Displays the previous posts page link.
Works based on: get_previous_posts_link()
No Hooks.
Return
Null. Nothing.
Usage
previous_posts_link( $label );
- $label(string)
- Previous page link text.
Default: null
Changelog
Since 0.71 | Introduced. |
Code of previous_posts_link() previous posts link WP 5.6
function previous_posts_link( $label = null ) {
echo get_previous_posts_link( $label );
}Related Functions
From category: Archives
More from Template Tags: Posts, Pages, ...
- body_class()
- get_post_format()
- get_post_time()
- get_the_date()
- have_posts()
- in_the_loop()
- next_image_link()
- next_post_link()
- post_class()
- post_password_required()
- previous_image_link()