最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Sort by last 7 days in post list

programmeradmin3浏览0评论

My post list design is good. But the list sorted by popular and it not working. Please see my code below and shed some light on it. I want to sort my posts by their popularity by views of last 7 days. Here is my code:

<?php
$params = array(
    'orderby'             => 'popular',
    'post_type'           => 'post',
    'ignore_sticky_posts' => 1,
    'posts_per_page'      => 4,
    'no_found_rows'       => true,
);
$query_data = pixwell_query($params);
while ($query_data->have_posts()) :
    $query_data->the_post();
    pixwell_post_list_4();
endwhile;
?>

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论