Core Function
View Source on Trac ↗ posts_nav_link()
posts_nav_link( mixed $sep = '', mixed $prelabel = '', mixed $nxtlabel = '' ) Displays the post pages link navigation for previous and next pages.
Parameters 0 required
| Name / Type | Description |
|---|---|
| $sep string | Optional. Separator for posts navigation links. Default empty. |
| $prelabel string | Optional. Label for previous pages. Default empty. |
| $nxtlabel string | Optional Label for next pages. Default empty. |
Return Value
(void)
No return value description available.
Function Information
Since Version
0.71
Source File
wp-includes/link-template.php
Advertisement