I don’t think you’ll be able to do this in a single query – what you seem to need is multiple relationships between conditions, and as it works currently, meta_query doesn’t let you do that. I googled it a bit and found others saying it doesn’t, but I also went into the core code and looked at the WP_Meta_Query class. I can tell you definitively, you can’t create multiple relations the way you need.
What I would suggest is to run a query that just grabs posts with my_featured_post = 1
, as a meta query, and then get all the ids of those posts. Then run another query passing those ids to post__in
– and running a meta query one for photo-image_page_id>0 OR photo-image_post_id >0
Related Posts:
- Nested meta_query with multiple relation keys
- WP Query Args – Title or Meta Value
- Does tax_query really beats meta_query in all situations?
- ACF Relationship Field Search Filtering [closed]
- Query WooCommerce orders where meta data does not exist
- Query Multiple Post types each with own meta query
- Execute a large WP_Query with many “AND” Meta_Queries?
- Query all posts where meta value is empty
- ACF datepicker meta_query Compare Dates in m/d/Y g:i a – Not in Ymd Format
- Finding all results from database within 500 miles of the given latitude and longitude [closed]
- Is “orderby” in WP Meta Query conflicting with Meta Query?
- WP Meta Query for some meta (array) values
- Sort users by meta_value_num
- meta_query with array as value
- Using WP Query to search within ALL keys in meta query
- WP Query – Get WooCommerce Products with variation that is in stock
- Meta_query with or without value
- Meta-value query
- Meta query field order together with post_date order causes posts without the meta field to be unordered
- pre_get_posts filter meta_query without conflicting existing meta_query
- Undefined property: WP_Query::$post
- Programmatically set ‘meta_query’ for filter
- WP_Query meta_query >= date
- wp_query not searching with apostrophe
- Extending woocommerce admin product search
- Complex Orderby Parameters: How to query with multiple orderby parameters using meta_value_num?
- Custom query based on meta key – Reduce three states to two in results?
- Performance when getting post meta for post retrieved by meta value
- Adding an array from a query string to a WP meta_query
- Query multiple meta values
- How do I make a meta_query OR relation work? [closed]
- Meta_query on same meta key, with diffrenct values
- Can we return all category (not post) with Custom Query Filter? [closed]
- Extend product search with meta in WooCommerce
- How does one perform a sub query with different post types
- how to make members list directory through wordpress post custom meta key.
- WP_Query with meta_query dosen’t return results
- meta_compare not comparing whole integer
- How to provide meta_key array to wp_query?
- meta queries do ‘either/or’ checks
- How to set up hierarchical relationships without using plugins / meta query
- WP Query ordering on a meta field for posts with a date in the future not ordering by datetime
- Selecting posts with a given meta value for a meta key
- Meta query compare for ID’s greater than specific ID
- Get every post with value in meta key
- get_page meta query not working, maybe a bug?
- Is it possible to add relation between meta_query and tax_query?
- Query by date from custom field
- Is it possible to retrieve posts depending on meta_key LIKE condition? [duplicate]
- Show single posts date, in a page of posts
- Comparing 2 Decimal Numbers from custom fields and displaying posts
- WP_Query Class custom field parameters
- Sort posts using multiple custom fields and menu_order in single query?
- meta_query where the meta value is not the post title
- Order WP_Query by meta_key priority when ‘OR’ relation used for multiple meta values
- Order (by ASC) posts with meta_key so posts without values are last
- Search filter between promo and exact price
- meta_query with meta values as serialize arrays
- Woocommerce Get Orders By Meta Value
- meta_query is overriding default search
- Multiple WP_Query args combinations according to post type
- WordPress Meta Query Null Values Order
- WP_Query multiple value not working
- show most viewed post
- WP_User_Query Orderby Not Working
- Why can my filter query SOME metadata but not other metadata?
- Getting posts by custom field value
- Unusual high query of user meta data
- WordPress Query optimaization for slow query
- wordpress multiple meta value query is not working
- Strange results from WP_Query
- Pre get posts sort by meta key returns no results if meta key does not exist
- meta_query with relation = AND not working as expected when combining EQUALS with NOT EQUALS
- WP Query for Multiple Post Types
- Meta query doesn’t remove placeholder escape before query
- Order Posts By Custom Field That is an array of objects
- WP Query Meta Query
- Orderby query does not work for custom fields even with meta query
- Query custom meta value – post view and date meta
- How can I modify standard search query to include also ACF custom fields values?
- make query more simplest and in one query
- Custom WP_query and integrating into theme file
- WP_Query – show posts where meta value and user_email match
- Best way to Order Post in Home without a plugin
- WP_Query using meta_query with LIKE doesn’t return what it should
- Use not custom fields in get_posts() meta_query?
- Compare meta key separation
- Return a single custom post from multiple meta queries
- query post based on comparison
- WordPress Query Default Order if Meta Values Same?
- Including ‘cat’ => $cat breaks meta_query
- Custom query (author is post_author or meta co_author) with Pagenavi pagination
- Query string form $_GET[‘value’] is not working as meta value in wp_query
- Wp query by 2 meta field – check if they exists / have value
- 294 Queries on Mainpage of WordPress
- How to get all post_id and meta_value using meta_key in wp_postmeta table
- WP Query – Show custom posts only if user contain some user meta
- How do I subquery with custom meta fields?
- get_post_meta bringing back results, but $wpdb->postmeta doesn’t
- Custom query with custom filtering returning incorrect results