我有一个这样的案子。
不知道如何使用wpQuery来实现这一点这是针对单个用户的。不确定如何通过阵列。
global $current_user;
get_currentuserinfo();
$args = array(
\'author\' => $current_user->ID,
\'orderby\' => \'random\',
\'post_per_page\' => \'1\',
\'order\' => \'ASC\'
);
$current_user_posts = get_posts( $args );