add_action( 'pre_get_posts', 'custom_post_type_archive' ); function custom_post_type_archive( $query ) { if( $query->is_main_query() && !is_admin() ...
確定! 回上一頁