get_the_post_navigation()
get_the_post_navigation( array $args = array() )
检索下一篇/上一篇文章的导航(如果适用)。
Retrieves the navigation to next/previous post, when applicable.
返回(Return)
(string)post链接的标记。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
5.3.0 | wp-includes/link-template.php:2567 | 1 function | 5 |
get_the_post_navigation() 为WP2原创文章,链接:https://www.wp2.cn/functions/get_the_post_navigation/