【发布时间】:2016-08-01 19:51:57
【问题描述】:
是否可以在 Wordpress 中设置 get_next_post 中使用的类别。
我的帖子可以包含多个类别。
在single.php 页面上显示我想显示下一个和上一个帖子的帖子。
我在 single.php 中有我想要选择的类别,那么如何在 get_next_post 中使用它
$the_cat = 'latest';
$next_post = get_next_post($in_same_term = true, $excluded_terms = '', $taxonomy = $the_cat);
【问题讨论】:
标签: wordpress