導讀:建站文章建站文章分頁一:

分頁一:
<!--上下篇開始-->
<div?class="shangxia">
<?php
??$current_catedede后臺模板gory=get_the_category();
??$prev_podede商城模板st?=?get_previous_post($current_category,'');
??$next_post?=?get_next_post($current_category,'');
?>
<?php?if?(!empty(?$prev_post?)):??>
??<a?href="<?php?echo?get_permalink(?$prev_post->ID?);??>"?title="上一篇:<?php?echo?$prev_post->post_title;??>">上一篇:<?php?echo?$prev_post->post_title;??></a>
<?php?else?:??>
??<a?title="已經是第一篇了">已經是第一篇了</a>
<?php?endif;??>
<!--上下片分離-->
<?php?if?(!empty(?$next_post?)):??>
??<a?href="<?php?echo?get_permalink(?$next_post->ID?);??>"?title="下一篇:<?php?echo?$next_post->post_title;??>">下一篇:<?php?echo?$next_post->post_title;??></a>
<?php?else?:??>
??<a?title="已經是最后一篇了">已經是最后一篇了</a>
<?php?endif;??>
</div>
<!--上下篇結束-->
分頁二:
<?php
$categories?=?get_the_category();
$categoryIDS?=?array();
foreach?($categories?as?$category)?{
array_push($categoryIDS,?$category->term_id);
}
$categoryIDS?=?implode(",",?$categoryIDS);
?>
<div?class="post-blockE">
????<div?class="post-previous">
????????<?php?if?(get_previous_post($categoryIDS))?{?previous_post_link('<span>上一篇:</span>?%link');}?else?{echo?"沒有了,已經是最后文章";}?dede手機模板?>
????</div>
????<div?class="post-next">
????????<?php?if?(get_next_post($categoryIDS))?{?next_post_link('<span>下一篇:</span>?%link');}?else?{echo?"沒有了,已經是最新文章";}??>
????</div>
</div>相關網站開發技術網站如何搭建。
關鍵詞標簽: 建站 下一頁 上一頁
聲明: 本文由我的SEOUC技術文章主頁發布于:2023-07-23 ,文章wordpress上一頁下一頁,建站文章主要講述下一頁,上一頁,建站網站建設源碼以及服務器配置搭建相關技術文章。轉載請保留鏈接: http://www.bifwcx.com/article/web_34912.html