次のクエリは 1 週間さかのぼりますが、2 週間さかのぼるにはどうすればよいでしょうか。
$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