... return; } if ( is_post_type_archive( 'team' ) ) { // Show 20 posts for the custom post type 'team' $loop->set( 'posts_per_page', 20 ); return; } }, 1); ...
確定! 回上一頁