亚洲国产精品久久一线不卡,日韩av片无码一区二区不卡电影 ,欧美搡BBBBB搡BBBBB,18禁裸男晨勃露J毛免费观看

專業(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主題開發(fā)相關(guān)知識(shí)常見問(wèn)題總結(jié)
MORE
服務(wù)電話:
0533-2765967

微信 13280692153