以下查询可追溯到一周,但我将如何使它回到两周:
$columnists=new WP_Query(array('showposts'=>3, 'cat'=>66622, 'orderby'=>'rand','w'=>date('W'),'year'=>date('Y')));
你试过这个吗
'w'=>date('W')-1
代替
'w'=>date('W')
如果它在这里不起作用是 WP_Query 函数的文档 http://codex.wordpress.org/Class_Reference/WP_Query