The meta_query parameter must be change in an array of array for a single custom field handling:
'meta_query' => array(
array(
'key' => 'min_event-start',
'value' => date('Y-m-d'),
'compare' => '>',
)
)
You will the informations WP_Query in the Single Custom field handling part
Hope it will work with this.
Related Posts:
- Custom post type archive 404’s with paginate_links
- Display Custom Post Type Fields
- Retrieving 3 latest post from each of 5 different custom post types
- how to group custom post type posts by custom taxonomy terms
- Using Query Posts With Multiple Post Types And A Taxonomy
- How to get the parent’s taxonomy?
- Query not returning CPT posts
- Unable to display multiple post types in same query (WPML WP_Query)
- Query for posts in 2 taxonomies
- Quickest way to get last or oldest post date – WP Query
- Separate Posts and Custom Post Type in Custom Taxonomy archive template
- Custom query shows custom post types in trash
- Multiple post type queries (with specific arguments for each)
- Sorting multiple custom post types without a meta key/value pair by sort order
- Display custom post type from dynamic custom field
- Query/list all terms and their custom post count
- Archive for custom taxonomy lists all posts instead of current taxonomy
- Get latest 3 posts from multiple CPT in one query
- Polylang non-default language ignores tags in WP_Query
- Different Ways to Query Custom Post Types?
- pagination not working for category.php (custom post types in categories)
- How to display Related Posts based on number of taxonomy terms matched
- How to make WP_Query not to show irrelevant posts?
- Loop for custom post types filtered by a taxonomy
- Custom post type, custom taxonomy, query posts only from taxonomy (children of)
- Pagination not working on custom query on a page
- find custom post type post by searching its custom field with my string
- FacetWP paging custom wp_query
- postsperpage value not being applied
- Custom Post Type Query W/Category Dropdown
- Find Posts based on Child Post value
- Custom Post Type ‘Event’: Chronological list of recurring events from meta_values in array
- Sorting the Loop by Taxonomy Value
- Custom Query: Multiple CPTs and a taxonomy filter
- WP query_posts group by meta field related
- Custom wp-query display post only today
- custom post type and a “sticky” position taxonomy
- Use WP_query to match post types based on custom field values
- minimize wp_query call to database
- Query the title of the page to show posts with matching category in the loop
- Main site single-property.php design, as homepage of a multisite
- Imported Content Doesnt Show Up On Frontend
- WordPress custom post type
- display news with pictures 3 small and one large (loop)
- Custom Query With Multiple Meta Key Value
- Custom post type blog pagination conflict
- Query Posts From Multiple Post Types
- send user to first page of results when reposting to page?
- How do I correctly query posts from a post ID?
- How to exclude certain portfolios from a loop
- Quering array of post types & pagination. Articles are repeating sometimes on different pages
- Display ACF object field data using Elementor Custom Query
- Assign a tag to custom post type using a query
- Display all posts in a custom post type, grouped by a custom taxonomy
- Display a query with multiple post types and same relationship on a single page
- WP_Query() show posts that end later than today
- How to check if a WP_Query has data
- Sorting a query by custom field date
- How to sort CPT by custom meta value (date), and return posts month by month
- Wp-query causing problems with the_content();
- Multiple Archive Pages for Custom Post Types AND Taxonomies
- Exclude current post when getting related post on custom post type and taxonomy
- Display Posts of a Category in Alphabetical Order (Custom Post Type)
- Get permalink and title by post name?
- Ordering Custom Post Types with WP_Query
- Filter posts with meta_query NOT IN where value has multiple values
- reference the current category being used in the category.php page
- is_main_query() not working for WP REST API
- Taxonomy Archive: Display only one post per term from separate custom taxonomy
- Loop through Custom Post Type, and then show children within each iteration
- child of post type (custom)
- Crafting WP_Query array, sort by date
- forming WP_Query for posts of all post types but from specific categories
- How can I get the number of custom post type posts that have a specific attachment image set?
- Custom Widget WP_Query problem
- Custon Content within WordPress Loop
- WP Query ‘posts_per_page’
- WP_Query order by two values
- How to Query in WordPress which shows Alphabetic Posts?
- How to query Posts from a custom post type which contains a custom taxonomy?
- Custom Post type showing up in loop, regular posts are not showing up
- filter the_content, custom post type, and wp_query
- Get_the_term_list inexplicably adds values in foreach
- Single parent post lists child posts with pagination
- wp_query can’t get max_num_pages in custom post type
- Custom Form / Search with Custom Post Type Data
- how to display posts content on the custom css popup by clicking on each title on the sidebar?
- How do I insert a custom post type query after a certain number of recent posts and then resume recent posts?
- WP_Query for custom taxonomies showing posts from non-specified terms?
- how to display new private message to users?
- subtracting the current post form then whole loop, which is generating all CPT titles
- update a posts of other custom post type
- Displaying WordPress posts from post and custom post type in custom taxonomy
- Loop carousel slider in wordpress
- Manually build WP_Query
- Optimise custom post type queries
- Loop with Custom Post Type and Taxonomies
- 404 on Pages for Custom Post Type & Query_Posts
- Query custom type posts by array of IDs
- WP Query – Can’t get posts with specific taxonomy