You’re only referencing the event date in your query, which is why you’re not getting normal posts (because I assume they don’t have an event date). You can use “orderby” with multiple values (separated by a space), so you should be able to change it to:
'orderby' => 'meta_value date'
That should mean that the query falls back to your post date if there’s no event date, for regular posts.
Related Posts:
- WP_Query post at custom position
- WooCommerce – Show orders for a specific product ? [closed]
- 4 column-loop ordered alphabetically with entries grouped (and labeled) by their first letter
- Having Issue on Ordering CPT by Custom Field In Custom WP Query
- Changing WordPress sort order for returned child pages
- Order posts alphabetically with numbers but some of the posts has numbers in the title
- SEARCH QUERIES – REVERSE OUTPUT
- Create custom post order (with custom post type meta)
- Pagination not working with custom loop
- Display all posts starting with given letter?
- wp_pagenavi() with custom wp_query()?
- how do I group content in magazine-style ‘issues’?
- List upcoming events, ordered by date in a custom field
- Group search results by post type, but hide post types with no results
- Custom post type loops with different page templates
- Should unaltered default loop/query return a list of custom posts belonging to a custom taxonomy?
- 404 error PageNavi custom type taxonomy | wordpress
- Query for posts in 2 taxonomies
- Re-order posts in query after
- Pagination with custom post types results in 404 issues
- IF statement in a do_shortcode
- How do I Use Nested Loops of Custom Post Types for MultiSite Blogs using WP_Query()
- Display custom post types with custom date field value (before today) & order by custom date field
- Impossible to get Attachments Outside WordPress?
- How to dynamically build a multiple taxonomy query loop within a post type’s single loop?
- Help Structuring Query for Archive Pages
- How to check if “is single” page
- Using pre_get_posts to filter one loop in a multiloop archive
- Custom Post Type Loop within Shortcode
- How do I make a custom taxonomy for a CPT appear inbetween title and editor boxes?
- Query custom post type in the loop
- Combining sorted and random CPT
- Display CPT posts based on specific taxonomy
- Meta Key Value in current-user-only loop
- CPT + CMB2: data not displaying for only first post in loop
- Loop custom taxonomy to get lists of cutom post types?
- Show a Category X’s custom post type on Category X archive page?
- Sort by alphabetical order archive.php page
- WP Query with categories only shows one post and ignores the category
- Order Custom Post Type by Custom Field Value
- Displaying Custom Posts on a Page
- Get the taxonomy of a post hierarchically
- Custom Post Type Category Link
- Custom Post type category pages template and loop
- Three Most Recent Posts, One Per Term
- Custom Post Loop pulling all custom posts, not just one
- Wrapping x posts in html without leaving empty html
- How to include custom post type posts on a page?
- Loop increase number
- Move Genesis Single Page/Single Post Title
- Post loop count is not in order
- hide specific div on single.php [closed]
- Looping Through Categories of a CPT
- How do you output an unknown number of images in a custom post type with desired markup?
- display posts of custom post type with custom taxonomy
- Assign a template to a custom post type when displayed by the main loop on the home page
- orderby parameter not working in custom query
- foreach loop inside the loop creating duplicates in output
- The loop does not show users
- Displaying information from custom field on custom post type
- Display only a single CPT
- Control Loop Within Loop
- How to fetch posts that are stored in the different table than (default) wp_posts?
- Cant’ Display Custom Post Type Title Base on Tax Terms
- How do I enforce a specific custom post type on the loop
- Custom loop request based on custom field
- How do I list a custom field and custom taxonomies for each result in a loop?
- Show the categories the current post has
- Custom Post Types Not Showing Up In query_posts Result
- Do I need a loop to display an object that attached to posts?
- “Order” doesn’t work in custom loop?
- Pagination not working in custom post type. Help
- Shortcode with loop stacks output
- Custom post type order by post_title
- Loop (for search results) returning right posts, but wrong post type
- WordPress trying to query two custom types to get child from the parent
- Display title of all custom posts from same taxonomy term on a custom post template
- get_permalink() of page the enclosing page not posts
- How to sort custom post’s category by id from the theme’s function.php?
- WordPress query in which condition uses custom field
- Only show current category post
- Error in WP Query. If variable is empty it is displaying previous post value
- Show first posts with custom field not empty and order all by title
- Help ordering custom query by Title, Ascending
- Pagination in custom post type page template
- Ordering custom post type by custom field without a title
- Pagination not working with custom loop
- Fallback if statement based on the number filtered from it
- Pagination not working with custom loop
- Listing custom post type items from a couple of custom taxonomies
- Pagination not working with custom loop
- Noob Loop Question
- Custom Post Types and 404 Pages
- Catergory args causing loop not to show
- Posts 2 Posts: query connected — orderby problem
- show custom post’s post in two different divs [duplicate]
- Limit wordpress posts loop to continue onto another page
- WPNavi pagination links not working on custom pages
- Group search results by post type, but having a unique heading for each section?
- Add Custom Taxonomy Terms as CSS Classes for CPT Posts in an Elementor Loop Item Template