📅  最后修改于: 2022-03-11 14:53:39.505000             🧑  作者: Mango
$args = array(
'numberposts' => 5,
'offset' => 0,
'category' => 7,
'post__not_in' => array( $post->ID )
);
$myposts2 = get_posts($args);