Date Query
Query posts by post date or a date range
In this example:
Ajax Load More will use a WP_Date_Query to query posts by multiple post dates.
Using the date_query
parameter, Ajax Load More will query posts by exact post date.
The following shortcode was used to create the Date Query example.
[ajax_load_more date_query="2025-01-21;2023-11-08" date_query_relation="OR"]
The following Repeater Template was used to create the Date Query example.