dede后臺模板導讀:seo建站技術seo建站技術使用WordPress搭建網站的時候往往都需要獲取當前文章所屬分類下所有文章列表,方便網站用戶點擊,那么WordPress如何獲取當前文章所屬分類下的所有文章?網站搭建it技術網站。
使用WordPress搭建網站的時候往往都需要獲取當前文章所屬分類下所有文章列表,方便網站用戶點擊,那么WordPress如何獲取當前文章所屬分類下的所有文章?
????????<?php
????????$singleurl?=?get_permalink($post_id);
????????$cats?=?wp_get_post_categories($post->ID);
????????if?($cats)?{
????????$args?=?array(
????????'category__in'?=>?array(?$cats[0]?),
????????'showposts'?=>?50,
????????'caller_get_posts'?=>?1
????????);
????????query_posts($args);
????????if?(have_posts())?:
????????while?(have_posts())?:?the_post();?update_post_caches($posts);??>
????????<li<?php?if(get_permalink($post_id)==$singleurl){?>?class="video-curry"<?php?}?>><a?href="<?php?the_permalink();?>"?title="<?php?the_title();??>"><?php?the_title();?></a></li>
????????<?p織夢模板免費下裁hp?endwhile;?else?dede模板免費:??>
暫無
????????<?php?endif;?wp_reset_query();?}??>
通過以上的代碼,我們可以在網站內容頁面,調用文章所屬當前分類下的所有文章列表。
相關網站搭建it技術網站。
關鍵詞標簽: 建站 文章 div
聲明: 本文由我的SEOUC技術文章主頁發布于:2023-07-23 ,文章WordPress如何獲取當前文章所屬分類下的所有文章主要講述文章,div,建站網站建設源碼以及服務器配置搭建相關技術文章。轉載請保留鏈接: http://www.bifwcx.com/article/web_35240.html