This is what works in my query:
<?php
$argsfeature = array(
'post_status' => 'publish',
'post_type' => 'page',
'order' => 'DESC',
'posts_per_page' => '1',
'meta_key' => 'featuring',
'meta_value' => '1'
);
?>
and this query works:
<?php
$argsarticles = array(
'post_status' => 'publish',
'post_type' => 'page',
'order' => 'DESC',
'posts_per_page' => '5',
'post_parent__in' => array(10,11)
);
?>
what isn’t working is “rewriting” the 2nd query listed above where I can get the child pages of 10 and 11, BUT NOT the pages that have already been pulled from the “featuring 1” query – the first query listed above.
Thank you so much for the help.
Related Posts:
- Can wp_query return posts meta in a single request?
- Meta query with string starting like pattern
- compare meta_query in get_posts arguments
- How can I use order_by to order by two meta_keys without excluding posts that don’t have those keys initialized?
- Function in array as arguments for WP_Query
- WP_Query to show post from a category OR custom field
- Getting attachments by meta value
- meta_query where value is equal to given value
- Get_post() with meta_key when compare is a date
- querying with custom meta field with meta_query
- Order by meta_value_num DESC and meta_value ASC on WP 4.0
- Order posts by date and then by custom field
- WordPress altering my custom query, How to fix it?
- Querying by taxonomy vs Querying by Custom fields Speed Comparison
- Order by meta_key in custom post type doesn’t affect the query
- How to show only one post for each categories of taxonomy of custom post that contains a specific custom field
- meta_key and meta_value not working together
- Custom Field sort not working (WP 3.8.1)
- wp_query with multiple custom fields
- Filtering posts by custom field value not working
- getting posts and number by specific meta value in multiple meta
- Order Posts by meta value AND published date
- wp_query add arguments using array_push if variable met
- Group WP_Query by meta_key date
- How To Fix WP Query Returns Results But Shouldn’t?
- Get posts for which a custom field is not present, with get_posts
- Output an array of terms for a ‘tax_query’ => array()
- How to Filter Posts by Custom Fields?
- Display custom field meta outside loop, site wide
- Fetch Record based on meta key dates
- Orderby is working with one query but not with other
- meta_query BETWEEN, but the range is stored in the custom field
- Extend product search with meta in WooCommerce
- how to make members list directory through wordpress post custom meta key.
- Adding multiple meta_key fields as orderby options to a WP Query via a function
- Large AND OR query timing out
- meta_value_num not ordering all items
- Categorising search results based on Custom Fields
- WP Group posts by year(desc) > month(desc) > date(asc)
- Search posts missing a particular custom field
- wp_query get data from advanced custom field in wordpress
- How to compare a date in custom field with today’s date in custom WP_Query?
- WP_Query Meta_key is text value and need to sort as numeric not working
- filter wp_query result with custom field values
- Order post type by sum of two custom fields
- Conditional operator OR not working with custom fields
- WP ForLoop to compare meta information of posts to determine what post to display
- Display posts with specific value first in query
- get_posts custom field
- wp_query posts with custom fields number smaller than
- Posts query according to meta box date
- create metabox to activate slider
- Retrieve select tag custom values from array and display them in current page with wp_query?
- How to use a dropdown to filter posts by custom field
- Order WP_Query results by meta key value in custom query
- Query only displays one page_id
- Querying a large number of posts including their custom fields data
- Display post meta conditionally based on it’s value
- add_query_arg to compare and display events from a certain date
- Query multiple post types, but different order for each
- Order by the first array within a meta_query
- Query ACF relationship field – Comparator IN – Value array
- ACF: How to query for a given value count of an array like field? (e.g.: How many rows has a `flexible_content` field?)
- How to _GET multiple value checkbox WP_Query in Custom Toxonomy / Custom Fields
- How do i create a custom post query when the meta value is an array?
- How to add a “base” filter for all posts visible to visitors on the site?
- display ACF repater field in archive page
- How to use the Term Object from a custom select field in a query
- WP Query – grouping posts by same meta key, adding together values from another key
- Retrieve all custom field values of a specific custom field metakey as an array, inside WP_Query
- meta_query is overriding default search
- Trouble with serialized metadata
- Categories In English version showing not canonical URL, instead shows query search result
- Comparing Meta Field date in WPQuery using Meta_Query?
- Query against multiple locations within single custom post type post
- WP_Query, ACF field and array
- Order 2 meta_queries differently in WP_Query?
- Order by Date Custom Field
- Sort posts on custom field AND after that sort on date?
- using custom meta user data to run queries in WordPress
- Order posts by title and custom field value?
- How to create URL parameters to run custom queries?
- List users by Year of Birth using a foreach loop to dynamically populate years and data
- Meta key in wp_query bug?
- Custom WP_query and integrating into theme file
- Wrap group of wp query posts to parent div by date/year
- Using custom field as ‘orderby’ value causing post grouping by publish date
- Sorting posts by meta values: 2 different orders
- Order Custom Field by Price
- WP_Query to show post from a category OR custom field – Not 100% answered
- Sorting Posts with meta value not working
- Order by three custom fields (Y-m-d), then separate into yearly sections
- Loop through multiple custom fields with increasing number
- How do I display posts with specific value in a custom field into my loop?
- Custom Search Query – include only custom fields and title
- Get posts by meta value except one post [closed]
- WP_Query – order with usort by custom meta
- Best performance for use Custom Field in WP
- How to include custom fields in wordpress search
- Extend search query to search meta keys values based on search string