国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > 建站經驗 > 正文

WordPress無插件調用熱門文章的方法

2024-04-25 20:41:43
字體:
來源:轉載
供稿:網友

<ul>

<?php

$post_num = 10; // 設置調用條數

$args = array(

'post_password' => '',

'post_status' => 'publish', // 只選公開的文章.

'post__not_in' => array($post->ID),//排除當前文章

'caller_get_posts' => 1, // 排除置頂文章.

'orderby' => 'comment_count', // 依評論數排序.

'posts_per_page' => $post_num

);

$query_posts = new WP_Query();

$query_posts->query($args);

while( $query_posts->have_posts() ) { $query_posts->the_post(); ?>

<li><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></li>

<?php } wp_reset_query();?>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 玉环县| 新安县| 万载县| 乌兰察布市| 平阴县| 富蕴县| 河南省| 额济纳旗| 孟连| 英吉沙县| 千阳县| 交口县| 芦山县| 内黄县| 黑河市| 观塘区| 巫山县| 镇赉县| 壶关县| 上蔡县| 香格里拉县| 宜州市| 盐山县| 浏阳市| 大同县| 兴城市| 东台市| 栖霞市| 吴江市| 界首市| 义马市| 巴彦淖尔市| 阿坝县| 慈利县| 丹巴县| 伊金霍洛旗| 揭西县| 金平| 辽源市| 涞源县| 临城县|