公告:123目录网为广大站长提供免费收录网站服务,我们将免费进行到底,如需快审服务(10元/站)请联系站长QQ,可自助充值发布。

点击这里在线咨询客服
新站提交
  • 网站:315
  • 待审:0
  • 小程序:12
  • 文章:35791
  • 会员:69

 

我们做好了网站,为了体现网站的人气文章,可以在自己的网站上制作一个周排行榜或月排行榜,分别调用一周内网站文章浏览量最多的文章列表和一个月内浏览最多的文章列表。

WordPress网站建设时,如何调用周排行榜、月排行榜呢?下面学做网站就来分享一下Wordpress调用周排行榜与月排行榜的二段代码。

WordPress调用周排行榜

<?php function mostweek($where = ) {     //获取特别近七天的文章     $where .= " AND post_date > " . date(Y-m-d, strtotime(-7 days)) . "";     return $where;   } add_filter(posts_where, mostweek); ?> <?php query_posts("v_sortby=views&caller_get_posts=1&orderby=date&v_orderby=desc&showposts=10") ?>   <?php if (have_posts()) : while (have_posts()) : the_post(); ?>       <li><a href="<?php the_permalink() ?>" title="<?php the_title() ?>"><?php the_title() ?></a></li>   <?php endwhile; ?> <?php endif; ?>

WordPress调用月排行榜

<?php function mostmonth($where = ) {     //获取特别近30天文章     $where .= " AND post_date > " . date(Y-m-d, strtotime(-30 days)) . "";     return $where; } add_filter(posts_where, mostmonth); ?> <?php query_posts("v_sortby=views&caller_get_posts=1&orderby=date&v_orderby=desc&showposts=10") ?>   <?php if (have_posts()) : while (have_posts()) : the_post(); ?>       <li><a href="<?php the_permalink() ?>" title="<?php the_title() ?>"><?php the_title() ?></a></li>   <?php endwhile; ?> <?php endif; ?>

标签:

下一篇:WordPress判断文章有否有评论(wordpress怎么查看用户ip)

上一篇:wordpress网站怎么更换域名(wordpress文章id修改插件)

相关文章

  admin95360564zxm

注册时间:

网站:1 个   小程序:3 个  文章:12 篇

  • 315

    网站

  • 12

    小程序

  • 35791

    文章

  • 69

    会员

赶快注册账号,推广您的网站吧!
最新入驻小程序

数独大挑战2018-06-03

数独一种数学游戏,玩家需要根据9

答题星2018-06-03

您可以通过答题星轻松地创建试卷

全阶人生考试2018-06-03

各种考试题,题库,初中,高中,大学四六

运动步数有氧达人2018-06-03

记录运动步数,积累氧气值。还可偷

每日养生app2018-06-03

每日养生,天天健康

体育训练成绩评定2018-06-03

通用课目体育训练成绩评定