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
- How can I filter records in a custom post type list in the admin based on the ACF field in the post that contains the current user?
- How to order adjacent posts (prev / next) by custom field value?
- 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)
- ACF Relationships in Custom Post Type Permalink
- 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
- Sort by two dates. Default entry date and custom field if present
- 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?
- 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?
- Custom Post Types not showing, custom WP_Query
- How to: Display ACF [fields] on Custom Post Types Utilising WordPress ‘Hooks’? [closed]
- 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
- Cluster CPT posts to users based on ACF value from their profile on dashboard
- 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
- WordPress posts page for customer filtering and sorting along with category filter
- manage_edit-{post_type}_sortable_columns sorts, but wrong!
- How does the filter post_updated_messages work?
- Order post by date with ACF
- How to set the seo title tag on a page by page basis?
- Create new custom post and post category of same name
- How to add/edit advanced custom fields on custom post type’s WordPress REST API?
- How do I add custom HTML to the content of an archive page’s posts?
- Only show posts with a specific term of an associated taxonomy in a custom post type archive
- How to use single.php for creating, reading and editing Custom Posts with ACF
- Group by custom field value (start and end times)
- Filtering the_content, but still need to display the unfiltered content inside filter
- wp-includes does not contain a feed template
- Using WP meta query to show custom post types by a start and finish date
- What’s an easy way of sorting custom post types manually?
- Fetch data from two custom post types and create multidimensional array for output to html table
- Having a repeating custom field in admin custom post type, what I’d go better with, for DB’s sake? ACF repeater or query a different post type?
- How to order query results based on if a custom field has been populated, then the order by the date of the post?
- custom filtering admin columns
- Ajax Post Filter | Split Taxonomy Into minPrice & maxPrice
- Custom post ID & display information related to this ID
- WP Admin Dropdown List Filter for custom (ACF) field on custom post type(s)
- Expire post to draft by date-picker custom field
- WP_Query not using custom taxonomy categories on custom post type
- How would i insert a value of custom field from Advaced Custom Field into shortcode generated by Gravity Forms [closed]
- Auto generate excerpt from ACF field on a CPT that does not support excerpt or content
- Post Click Redirect to Custom URL instead of Single Post Page
- Custom post type not pulling CSS
- How to sort post category using its Description
- Button link display in shortcodes using custom field in ACF
- How do I link to a dynamic ACF button from a Custom Post type?
- How to hide sub fields in a field group and also the entire field group if the answer selected is “no”
- Wp Query sort order from custom MetaBox
- Custom permalink rewrite rules – how do I fix this?
- Custom Field as Custom Post type element class
- Extracting Post ID and passing through as an attribute in a shortcode
- Automatically convert standard posts with custom fields to custom post types
- Submit and edit font end custom post type
- How to make a custom search template for custom taxonomy?
- Filter between Custom Posts depending on meta_value
- Making my custom column sortable
- Filter wp_dropdown_categories Per Post Type
- Custom post type adding additional markup
- Advanced Custom Fields: query posts filtered by multiple field values
- How can I sort posts ascending by post title for a specific post type, but on a category archive template?
- Simple Share Buttons Add Plugin and Custom Post Type
- Why custom search engine only searches in post titles of custom posts?
- Post object GUID adding http:/
- Meta query sort order is lexigraphical instead of numeric
- Custom fields disappearing when a custom post type is assigned
- displaying ACF Repeater Fields in Backend sorted by a subfield