turn off pagination for the archive page add_action('parse_query', function($query) { if (is_post_type_archive('team')) ...
確定! 回上一頁