国产美女裸身网站免费观看视频,最新精品国自产拍福利,影音先锋av色噜噜影院,亚洲成av人无码影片

專業(yè)WORDPRESS主題設(shè)計(jì)制作

get_next_post()函數(shù)(GET POST)

發(fā)布于: 2022-08-19

get_next_post()函數(shù)用于獲取下一篇文章的信息,包括:文章內(nèi)容、摘要、狀態(tài)、標(biāo)題、作者、發(fā)布時(shí)間等。

語(yǔ)法結(jié)構(gòu)

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

參數(shù)

$in_same_term 布爾值,默認(rèn)值:false,是否只返回相同分類下的文章

$excluded_terms 字符串值,默認(rèn)為空,需要排除的分類ID,用半角逗號(hào)分隔多個(gè)ID

get_next_post()函數(shù)

$taxonomy 字符串值,默認(rèn)值:category,自定義分類法的名稱

實(shí)例

<?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技術(shù)資料 wordpress模板制作、wordpress主題開(kāi)發(fā)相關(guān)知識(shí)常見(jiàn)問(wèn)題總結(jié)
MORE
服務(wù)電話:
0533-2765967

微信 13280692153