I think you have used wrong comparison operators in meta query .It should be >= for ‘event_start_date’ and <= for ‘event_end_date’ .
Related Posts:
- Filtering a WP_Query meta_query by numeric values isn’t working
- WP_Query orderby custom field then post_date in one query
- Comparing timestamps in meta query doesn’t work
- Display two post types ordered by two custom fields
- Display posts if a custom field value is equal to another custom field value
- Filtering by Post Meta Custom Fields – Performance
- Custom Post type and Custom Field WP_Query
- WP_Query: include custom post type only with specific meta value
- Returning a list of custom post types excluding those without a specific meta_value
- Two near-identical custom field types – one works, the other doesn’t . What can cause this?
- wp_query check if integer exists in custom field’s array
- WP_Query order by custom field, then randomly order some of results
- Query custom post type with ACF Date
- Stuck in Order by more then one
- Meta Query Not Returning Output Despite Having Matching Values
- Order Custom Post Type by Custom Field Value
- Possible to filter custom post type with multiple meta data?
- Getting a custom post’s custom field based on another custom post’s custom field select
- Group by custom field value (start and end times)
- Using WP meta query to show custom post types by a start and finish date
- Create if else for post types in WP_Query ‘post__in’ values
- Filter posts by their related field’s custom field
- meta query multiple values for the same key
- Sort custom post archives by a meta value from a different custom post type?
- Custom post types – meta_query: search lesson which starts sooner
- Meta_Query refuses to return results
- Query events post type after current date and timezone
- Selecting posts older than the current Unix epoch timestamp
- Querying meta values within an array
- Custom Post Type + Custom Meta Query Not Showing 2012 Posts
- Display ACF object field data using Elementor Custom Query
- WP_Query not using relation key as expected and not producing any results
- Meta query with ACF relationship field
- Use Custom Field to Display Post Loop
- Get A Custom Field From A Custom Taxonomy Of A Custom Post Type [closed]
- Query Posts, order by meta value
- WP_Meta_Query object with conditionals
- Sorting by meta_key different to search criteria?
- Two queries – one with checkbox ticked, one without – comparing meta_query
- Cache issue with WP_Query and custom field filtering
- Excerpt length: get first paragraph
- How do I list a custom field and custom taxonomies for each result in a loop?
- WP query_posts group by meta field related
- 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?
- order the meta query results by 2 custom fields
- ACF – Retrieve custom taxonomy from a relationship field
- Custom Form / Search with Custom Post Type Data
- ACF: How to query for a given value count of an array like field? (e.g.: How many rows has a `flexible_content` field?)
- WP Query from two Custom Post type fields as statement
- Alike Shortcode using in Custom Shortcode
- Sort custom posts by date and then by taxonomy
- Query custom post type that has a serialized relational advanced custom field value
- Using ACF values in nested WP queries for CPT with date values in the past
- Using OR relation in meta_query to check for a value before sorting by another
- WP Admin Dropdown List Filter for custom (ACF) field on custom post type(s)
- WP_Query get always custom post_type for first
- Filter result of Custom Post Type using meta_query with ACF
- Sort custom post column by generated value?
- build child and anchestor three from post parent
- Unable to gather Image URL from Custom Post Type’s; Custom Meta Field
- Query posts by current ACF meta key value on single page as related posts
- meta query condition don’t work
- How can I query and sort custom-post type using WP_Query
- Custom query result empty on page 2
- Meta query and compare “!=” not working as expected
- Display Custom Field or Custom Taxonomy in front page /post/product
- Orderby if between two meta fields
- Use WP_query to match post types based on custom field values
- How to access repeater field of a custom field?
- Show posts from WP Custom Post Type selected from a field in a metabox
- How can I fetch all the dates from custom fields from various different custom post types and show / list them at one place in ascending order?
- Query custom post type and custom field by URL parameters
- Custom meta fields not showing up in WP_Response Object via custom endpoint
- Query a Custom Post Type using SELECT that has ACF fields to compare dates
- ACF meta_key and meta_value break loop
- WP_Query, ACF field and array
- filter using custom fields
- Wrapping an unknown amount of posts inside separate HTML Containers during WP_Query loop
- Post Filtered by Custom Field Value
- Show specific posts with WP_Query using ACF Post object
- Filter custom WP_Query by first letter of a custom field – hopefully using Search and Filter Pro?
- post type => ‘any’ not applied my custom queries
- Autofill advanced custom field with user data
- Advanced search form with multiple custom fields
- sorting in wp query based on custom field value
- How to get the posts that my following users are liked?
- Sort loop by custom field from different post type
- Linking posts together with Advanced Custom Fields “both ways”
- Meta_query by date for Events archive
- Not able to get my custom search result using meta_query and tax_query together?
- Custom Field as Custom Post type element class
- How do I display specific custom posts, and how do I edit a post’s singular page?
- Fixed custom fields depending on posttype/category
- Automatically convert standard posts with custom fields to custom post types
- WordPress query in which condition uses custom field
- WordPress loop add heading before first of type
- How to make a shortcode for my WP_Query Loop? [duplicate]
- Error in WP Query. If variable is empty it is displaying previous post value
- Querying, storing, and using data from 2 separate custom post types