一区二区三区在线-一区二区三区亚洲视频-一区二区三区亚洲-一区二区三区午夜-一区二区三区四区在线视频-一区二区三区四区在线免费观看

服務器之家:專注于服務器技術及軟件下載分享
分類導航

DEDECMS|帝國CMS|Discuz|PHPCMS|Wordpress|ZBLOG|ECSHOP|蘋果CMS|極致CMS|CMS系統(tǒng)|

服務器之家 - 建站程序 - Wordpress - WordPress 實現(xiàn)文章評論排行榜

WordPress 實現(xiàn)文章評論排行榜

2019-09-11 15:25WordPress之家 Wordpress

本文主要用到了WordPress功能函數(shù)Query_post()的一種高級用法,就是獲取本周或當月或最近30天評論最多的一定數(shù)量的日志,需要的朋友可以參考下

用到了WordPress功能函數(shù)Query_post()的一種高級用法,就是獲取本周或當月或最近30天評論最多的一定數(shù)量的日志。

使用方法是將以下各段代碼放置到需要顯示最熱日志的主題模板文件中適當?shù)奈恢眉纯桑邕厵冢╯idebar.php)。

所有時間內(nèi)評論最多日志

  1. <ul> <?php query_posts('postpost_type=post&posts_per_page=10&orderby=comment_count&order=DESC'); while (have_posts()): the_post(); ?> 
  2. <li><a href="<?php the_permalink(); ?>" title="<?php printf(esc_attr('Permalink to %s'), the_title_attribute('echo=0')); ?>" rel="bookmark"><?php the_title(); ?></a></li> 
  3. <?php endwhile; wp_reset_query(); ?> 
  4. </ul> 

這段代碼默認顯示前10篇評論最多的日志,數(shù)量10可修改為其它數(shù)值。
本周評論最多日志
要顯示本周評論最多日志,我們就可以使用如下的代碼,也就是在前面代碼的基礎上再添加一些額外的參數(shù)來實現(xiàn):

  1. <ul> <?php $week = date('W'); $year = date('Y'); query_posts('postpost_type=post&posts_per_page=10&orderby=comment_count&order=DESC&year=' . $year . '&w=' . $week); while (have_posts()): the_post(); ?> 
  2. <li><a href="<?php the_permalink(); ?>" title="<?php printf(esc_attr('Permalink to %s'), the_title_attribute('echo=0')); ?>" rel="bookmark"><?php the_title(); ?></a></li> 
  3. <?php endwhile; wp_reset_query(); ?> 
  4. </ul> 

最近30天評論最多日志

  1. <ul> <?php function filter_where($where = '') { //posts in the last 30 days $where ." AND post_date > '" . date('Y-m-d', strtotime('-30 days')) . "'"; return $where; } add_filter('posts_where', 'filter_where'); query_posts('postpost_type=post&posts_per_page=10&orderby=comment_count&order=DESC'); while (have_posts()): the_post(); ?> 
  2. <li><a href="<?php the_permalink(); ?>" title="<?php printf(esc_attr('Permalink to %s'), the_title_attribute('echo=0')); ?>" rel="bookmark"><?php the_title(); ?></a></li> 
  3. <?php endwhile; wp_reset_query(); ?> 
  4. </ul> 

“30 days”可以根據(jù)需要修改為其他值(如“1 year”, “7 days”, 等)。

本月評論最多日志
類似地,顯示當月評論最多的日志,可以使用下面的代碼:

  1. <ul> <?php $month = date('m'); $year = date('Y'); query_posts('postpost_type=post&posts_per_page=10&orderby=comment_count&order=DESC&year=' . $year . '&monthnum=' . $month); while (have_posts()): the_post(); ?> 
  2. <li><a href="<?php the_permalink(); ?>" title="<?php printf(esc_attr('Permalink to %s'), the_title_attribute('echo=0')); ?>" rel="bookmark"><?php the_title(); ?></a></li> 
  3. <?php endwhile; wp_reset_query(); ?> 
  4. </ul> 

歡迎補充說明~

延伸 · 閱讀

精彩推薦
主站蜘蛛池模板: 亚洲男人的天堂成人 | 免费视频大全 | 亚洲四虎永久在线播放 | 亚洲国产精品一在线观看 | 日本在线观看视频网站 | 国内久久婷婷综合欲色啪 | 毛片免费的 | 亚洲欧美综合区自拍另类 | 免费观看的毛片 | 久久re热在线视频精99 | 护士柔佳 | 男人的天堂comwww | 久久久精品3d动漫一区二区三区 | 日韩高清一区二区 | 九九热免费在线观看 | 欧洲网色偷偷亚洲男人的天堂 | 国内免费高清视频在线观看 | 久久AV喷吹AV高潮欧美 | 娇喘高潮教室h | 亚洲精品国偷拍自产在线观看蜜臀 | 亚洲福利天堂网福利在线观看 | 操老逼 | 国产福利一区二区三区四区 | 亚洲九九爱 | 日韩在线一区二区三区 | 性色xxx | 午夜理伦片免费 | 四虎影视最新 | 美女舒服好紧太爽了视频 | 亚洲精品国产福利片 | 99热资源 | 国产香蕉一区二区在线观看 | 精品久久久久久久久久久久久久久 | 色婷婷影院在线视频免费播放 | 精品精品国产自在久久高清 | 国产亚洲精品一区二区在线播放 | 精品无人区麻豆乱码1区2 | 国产中文在线 | 欧美成人精品第一区二区三区 | 波多野结衣 在线播放 | 狠狠色狠狠色综合婷婷tag |