Definition:
function next_posts_link( $label = null, $max_page = 0 ) {}
Display the next posts page link.
Parameters
- string $label: Content for link text.
- int $max_page: Optional. Max pages.
Source code
function next_posts_link( $label = null, $max_page = 0 ) {
echo get_next_posts_link( $label, $max_page );
}
2447

February 12, 2011 


No comments yet... Be the first to leave a reply!