I had the same issue and the reason was that I was running the query before registering the post status. So the post status was not registered and thus ignored in WP_Query
Related Posts:
- WP_Query by post ID doesn’t work if post is in custom post_status
- How to Get All Posts but the Private ones?
- How can I style future post?
- Get images only if parent status is publish
- How to display future posts – modified query still yields 404
- Can’t get drafts with WP_Query using post_status parameter
- Wp_query Add specific pending posts
- Show scheduled posts in main loop but not in WP_Query?
- Does the WP_Query ‘private’ argument for post status only apply to privately published content?
- Why won’t draft listings appear for non-admins?
- WP_Query will not display draft posts
- WordPress post_status and meta_query
- Give attachments an archive page, and exclude unattached ones
- WP_Comment_Query pagination, delving into the unknown
- Sort posts by category name and title
- Getting all user metadata from user
- ajax category filter
- Display posts the match taxonomy term linked from wp_list_categoies?
- Limit WP_Query to only X results (total, not per page)
- How to disable main query?
- Use post__in and post__not_in together?
- WP_Query on different site in a multisite setup
- Best practice for multiple queries on page
- How to user WP_Query to lower the number of queries
- Exclude post on loop by multiple meta key value
- Compile two queries to one set of results?
- how do i combine keyword search and taxonomy in a WP_query $args array Worpresss [closed]
- How to find out what “Blog pages show at most” is set to [duplicate]
- Ignore/Skip default value on orderby menu_order?
- Sanitizing search data for use with WP_Query
- How to search by a post and a category name on wordpress at the same time?
- What’s the point of the query_vars filter?
- Meta query with order by another custom field
- How to retrieve current page WP_Query arguments?
- How can I get an array of all IDs from the current queried object?
- Get Category Archive Template Name Dynamically
- How to limit WP_Query to one result on the loop?
- Query post from all category with same tag on 1 pages
- How to correctly pass values to wpdb->prepare()?
- How to use filter hook “the_posts” with a function that refers to $this?
- WP_Query, pre_get_posts and offset
- add_actions called from functions.php not returning good values
- Change query based on post type while staying in loop
- Sort wordpress custom posts based on meta value
- Custom Pagination Layout for Elementor widget
- $WP_Query: How to display excerpt on first post only
- How to properly reset a nested WP_Query query
- How to make search for posts using get method?
- Is there a reason why Pages are not publicly_queryable?
- How Can I Change The Tax Query For The Main Loop For Taxonomy Archives?
- Exclude some authors from query
- apply custom where to the default $wp_query
- wp_query serialised array
- Conditional operator OR not working with custom fields
- How to add custom meta to ‘pre_get_terms’?
- How do I check if an article is popular this week?
- Using Transients
- Should I reset $wp_query?
- how to write wordpress query for multiple metakeys checking?
- Sorting search results with custom dropdown
- Posts query according to meta box date
- create metabox to activate slider
- querying posts with a custom status
- problem with loop
- Display post meta conditionally based on it’s value
- Randomly select one of last 3 posts
- Query multiple meta key values for template
- How do I get the content of a custom instance of WP_Query?
- Change post query onclick
- Display upcoming events in the next 30 days by querying posts with timestamp in custom meta
- Searching not only by post name but also category
- WP_Query, Paginate by Custom Field
- Query post and sort by custom value calculated with custom field on cpt
- ACF: How to query for a given value count of an array like field? (e.g.: How many rows has a `flexible_content` field?)
- is_user_logged_in not working from WP-API (wp-json)
- WordPress private post won’t display to other admins
- Only show tag with the same id as the post
- Search Exact on WordPress – Relevannsi Solution Not Working
- WP_Query() not working as expected
- Posts per Page not working
- Trouble with serialized metadata
- Show a message if there are no active posts in category
- Get authors list and sort them by recent posts
- Custom filter from post meta
- Pagination not working in custom loop WP_Query
- Multiple wpostmeta.meta_key
- Saving custom fields for WP_Query to retrieve
- Modify query to exclude certain ids and certain parents and its corresponding children
- How to fix pagination for custom loops on front-page.php
- I need value of saved meta to display next to the post it is associated with
- Post Query not working after updating to 4.1
- Cannot order by in WP_Query
- How to sort a WP_Query array by post_name after an array_merge();
- new WP_Query based on average values of meta fields
- wpdb LIKE request shows all database data
- Can’t seem to get an else statement correct? [closed]
- query_vars category_name only display one catgory out of multiple categories
- Incorrect posts displayed on category page
- How to get all post_id and meta_value using meta_key in wp_postmeta table
- Why does wp_query only display the most recent post when using order ASC?