📅  最后修改于: 2022-03-11 14:54:12.555000             🧑  作者: Mango
'services',
'showposts' => -1,
'tax_query' => array(
array(
'taxonomy' => 'service-category',
'terms' => array( $category->slug ),
'field' => 'slug'
)
)
)
);
?>
name; ?>
have_posts()) : $services->the_post(); ?>