专业WORDPRESS主题设计制作

get_next_post()函数(GET POST)

发布于: 2022-08-19

get_next_post()函数用于获取下一篇文章的信息,包括:文章内容、摘要、状态、标题、作者、发布时间等。

语法结构

get_next_post( boolean $in_same_term = false, string $excluded_terms = '', string $taxonomy = 'category' )

参数

$in_same_term 布尔值,默认值:false,是否只返回相同分类下的文章

$excluded_terms 字符串值,默认为空,需要排除的分类ID,用半角逗号分隔多个ID

get_next_post()函数

$taxonomy 字符串值,默认值:category,自定义分类法的名称

实例

<?php
$next_post = get_next_post();
if (!empty( $next_post )): ?>
  <a href="<?php echo get_permalink( $next_post->ID ); ?>"><?php echo $next_post->post_title; ?></a>
<?php endif; ?>
WP技术资料 wordpress模板制作、wordpress主题开发相关知识常见问题总结
MORE
服务电话:
0533-2765967

微信 13280692153