Why would you need tag__in
for option 2? You’re not searching for multiple values, only your 1 or 0. In which case, options 2 and 3 amount to the same thing behind the scenes: a taxonomy query. This way would likely be the most performant, but that said, if you don’t want to mess the taxonomies, you can check for empty post content with a filter.
Related Posts:
- order by numeric value for meta value
- numberposts? showposts? posts_per_page?
- $GLOBALS[‘wp_the_query’] vs global $wp_query
- Some doubts about how the main query and the custom query works in this custom theme?
- Set Alias for meta_query arguments in get_posts()
- How can I use order_by to order by two meta_keys without excluding posts that don’t have those keys initialized?
- Loop within a loop?
- How to query only for products with status “in stock” in WooCommerce? [closed]
- Does WordPress sanitize arguments to WP_Query?
- How to get posts in different language from WPML Plugin [closed]
- WP_Query meta_query where meta value ends in space
- Highlighting Sub topic in a post?
- wp_query for the first sticky, then display the rest of the posts excluding the first sticky
- How to get any tag ID
- WP_Query with many meta_query arguments taking a long time to load
- Slow speed and high CPU usage for my code. How to improve it?
- Multiple queries on Home Page – page load/site speed issue
- WordPress custom archive page
- query attachments of parent page if attachments of current page are smaller than …
- Show all parents and children in custom post type in right order
- Why is this coming back as null? Thats wrong. There is one post
- Retrieve featured image (thumbnail) url from multiple posts with one query
- WP_Query tax_query problem
- Only display authors who have posts
- Retreaving all images attached to current post
- wp_query() get_col error
- Update Loop with Form
- How to select posts from one category but exclude posts in another category?
- Query Custom Post Type Order By Taxonomy Field
- Order a query result by a numeric meta key even if it does not exist, but put the posts with meta key first
- How can you get first post, last post and post count in a category?
- WP_query posts closest to todays date
- Setting get_queried_object
- difference between like ‘%%%var%%’ and ‘%var%’
- WP Query Category Atribute Not Working
- Sort query by author: 1 author, then others
- How to orderby multiple meta fields if some fields are empty
- WordPress custom post type with meta – how to retrieve with wp_query
- Order by meta value (numeric value lower to higher)
- Wp_query calculate points
- WP Query – Outputting JSON and normal loop of posts
- get data match with extra field value using wp_query for custom post
- Custom query: Get all posts that are from a certain category?
- WP_Query for a taxonomy with different taxonomy types
- Append URL query to next post link in custom query
- How to compare a date in custom field with today’s date in custom WP_Query?
- Meta Query doesn’t works as espected
- Executing query_posts after wp_insert_post
- Shortcode for custom query not returning results when attributes are added
- wp_query is showing posts from other categories
- Multiple wordpress queries with nested output (odd – even)
- Get posts in taxonomy randomly
- Page navigation doesn’t seem to work when I add offset?
- it’s possible make a WP_Query with math operations?
- show posts with range meta key
- Using a Shortcode to List Posts from Multiple Categories
- is_404() – where does this get set?
- wp_query on page template not working (Genesis framework)
- WordPress | WP_Query does not return anything with s=a
- WP_Query Pagination
- Using Ajax and WP_Query to load more posts on category page fails
- I have problems with the search query using multiple post types
- WP_Query random ordering not working since 5.4
- Where my home page and font options has gone?
- meta_query compare > not working
- 404 page on custom search pagination
- WP_Query about meta_key and its array value
- Query string order by custom field
- Paging works correctly on local version, but not live?
- Create global array to compare inside a query
- How to add in WP_Query to every 3 posts displayed? [duplicate]
- Paginate nested query of child posts
- Hi , i am trying to set the post for 24 hours and with it will be changed
- Own query vars are not displayed
- Show full category tree for a year with all post titles?
- Get Current CPT taxonomy category in shortcode
- Display images with same specific value?
- Sort Posts with custom meta key by default which is currently set as optional
- wp_query pagination links producing 404
- How return normal search result using wp_ajax action for wordpress
- Custom post types loop on a page template
- Pagination problem with multiple loops on the same page
- WP_Query – meta fields numeric
- How to query posts from single post format on Genesis framework
- WordPress extremely slow when using get_posts with multiple meta_query relations
- Refresh wp_query with no changes
- SQL query into to WP query
- WordPress WP_Query Search (‘s’) With Multiple Search Terms
- I want to place a post before all others from an ACF boleen field
- Search results stuck on page 1
- How to put posts with some taxonomy on top of others in `pre_get_posts`
- wp_query, calculate with two dates when ‘key’ is text format
- Use value from meta key array for use in WP_Query
- WP_Query sort by ACF date field (newest first) with blank dates first
- Pagination only showed when no category is set in wp_query
- taxonomy-{term}.php terms pagination returning 404 after a certain page
- Using WP Query, I want to include all posts in category 1 as long as they are not also in category 2
- Prevent URL Parameter Affecting other WP Query
- Sort by multiple columns using get_posts
- WP_Query filter Posts by timestamp event (range start and end) and by month (next 12 month)