This is not something that WordPress can easily do. You can think of pagination in WP as sliding window that shows fixed size part of one large query. It can be at start of the query or at the end, but it relies on it being same query.
This doesn’t nearly work when the size and number of the page are subject to variable logic like this.
I had recently answered very similar question and recommended to use date archives. But your case is more complicated since your effective dates are in custom fields.
I would guess overall you won’t be able to easily built meaningful pagination-like navigation for these. Something like faceted search might serve this better.
Related Posts:
- Filter by custom field in custom post type on admin page
- Media library – Limit images to custom post type
- Custom sortable columns ordered by meta-value?
- How to sort a table of custom posts by column containing custom field
- Archive filter disappears on no results?
- How to add a post slug to a url?
- WP_Query order by custom field, then randomly order some of results
- WooCommerce sort products by the actual product width(not the shipping width)
- Sort and filter custom post type posts by custom taxonomy
- Sort a custom post with ACF: Date Picker & Display Featured!
- Custom Post Type page sorts differently on different environments
- How do I show a link or ‘Read More’ button on a custom field excerpt when it is less than the word limit
- Query filter by value in meta_value array
- Sort custom posts by date and then by taxonomy
- Filter posts by their related field’s custom field
- How to use multiple orderby conditions on query search results? (orderby one post type, relevance)
- Group/list/sort custom post type posts by date in tabs from acf datepicker field
- Filter Content on all Post Types
- using ACF datepicker to filter posts on a page
- Filter page ID outside the loop and order
- group search results by post type?
- Sorting a query by custom field date
- Ordering Posts List By Taxonomy Terms?
- Number of pages – multiple (custom) post types
- WP_Query -> sort results by relevance (= most tags / taxonomy terms in common)
- wp_query and comment_parent – select only posts with top level comments
- How can I add a column in the wp_list_table of the admin area?
- How to filter the description of a custom post type
- Show ACF field from custom taxonomy and display on the single template
- Filter home_url for custom post type
- Add Content Exclusively to a Custom Post Type Feed
- Show custom field from custom taxanomy term on custom post type
- How do I sort a custom post type admin column using two meta keys?
- Sort admin area by custom Event Date field
- How to create an array for a CPT post ID to use in an IF/WHILE statement
- Custom Post type with ACF in REST API, how do I get those values?
- Sorting multiple custom post types without a meta key/value pair by sort order
- Categories sorting
- Wp_query: sort by PHP variable
- Crafting WP_Query array, sort by date
- WP_Query to select custom post type with Advanced Custom Fields (ACF) date
- Bulk Update Custom Fields for Custom Post Types
- Using advanced custom fields from one custom post type in another custom post type / using nested shortcodes
- How to change the post type a theme shows by default?
- filter custom post in rest api with custom function
- manage_edit-{post_type}_sortable_columns sorts, but wrong!
- Custom filter function not working with Custom post type
- Search filter triggered & sort by custom post type
- WebP Fallback for Inline Background Image in Style Attribute
- How can I add a filter to a particular post format?
- sort post types by amount of views
- Recoverable Fatal Error – Object of class WP_Post could not be converted to string
- How can I remove filters from custom post types?
- How can I add a shortcode to query Custom Post Type with ACF in WordPress?
- ACF for custom post type archive pages: which hook to use?
- Advanced custom fields Post Object image field not displaying in custom post type single.php
- how to retain the ability to modify the post slug after applying a post_type_link filter?
- Sum and count of custom field values
- sort by name (slug) custom post type
- SQL query – get ids – Advanced Custom Fields / WPeC
- How to set a ‘page’ as parent of a custom post type?
- conditional filter
- Using ACF values in nested WP queries for CPT with date values in the past
- Query posts by current ACF meta key value on single page as related posts
- Display Custom Field or Custom Taxonomy in front page /post/product
- Why do my custom post types stop displaying over time?
- How can I add image sizes for a specific custom post type?
- Permalink URL connection between two custom types
- add_rewrite_tag broke permalinks that doesn’t use that specific tag
- Show specific posts with WP_Query using ACF Post object
- Insert custom taxonomy into category query
- Display custom tax in “while” loop
- Autofill advanced custom field with user data
- Advanced search form with multiple custom fields
- Group Custom Posts Types in a Relation field of ACF
- Custom post type option page template
- How to get a custom post type archive paged when using a custom field for post sorting?
- how it’s possible to show from a post of a custom post type the taxonomy/terms?
- Highlight a Post on archive page if it has a new comment?
- Custom post tag images not displaying with ACF
- Custom post type with Filter and Page Nav
- Converting a checkbox filter for custom fields to a dropdown
- Get post id of permalink for a specific custom post type?
- Diffrent search templates for different post types
- Make custom post type column sortable
- If you’re calling a dynamic css inline style does that div have to be in the loop?
- If i have custom post type with 5 custom fields do i have to create a new loop to reference each one?
- Copying custom field value in to title
- How to show animal lineage/pedigree in WordPress?
- Custom Post Type Loop breaking php
- Styling first post using Advanced Custom Fields
- How do I filter a custom post type loop by a field?
- A to Z list for custom post types
- ACF Relationship: Group posts by parent category term, then child [closed]
- ACF Field to set Publish Date – Post Duplication upon Update
- Getting ACF relationship field information
- Trying to set up a range filter for related custom post types
- Two custom post type relations
- Change CPT Edit Target Link for Admin List
- selecting custom post types and taxonomies for hub page listing blocks