One solution would be to give a value of “none” to your posts without any post group, similarly as you have “uncategorized” posts in WP Categories.
Alternatively… I haven’t checked it, but why don’t you try to make another WP_QUERY
like this:
new WP_Query( array( 'post_type' => 'page', 'page_group' => '' ) )
Related Posts:
- How do I exclude a custom taxonomy from the post loop
- display posts with same taxonomy term
- Including all terms in wordpress tax_query
- Display one post from each term in a custom taxonomy [closed]
- How do I Use Multiple Loops with WP_Query?
- Exclude taxonomy term from all loops, but having it on widget
- Using WP_Query and Query_post for the loop?
- Custom Taxonomy + JQuery Tabs
- Display all posts in a custom post type, grouped by a custom taxonomy
- Show posts without term
- Custom Taxonomy and Tax_Query
- Using WordPress to make a “Product Search” type navigation drilldown
- Custom Taxonomy not working with posts_per_page in new WP_query (pagination problem)
- Display posts the match taxonomy term linked from wp_list_categoies?
- How to get first post in a category of a custom taxonomy
- search query within custom taxonomy term, post title and meta field
- wp query with multiple taxonomy?
- wp_query orderby title and meta key value (WP3.1)
- Page queried instead of a custom taxonomy
- Looping Through Custom Tax Terms and Displaying All Posts For Each
- Group posts that matches a term in a loop
- Custom taxonomy template loop
- Custom WP_Query breaks default behaviour of viewing right post associated with tax-term!
- Adding session variable and/or cookie based on user-selected input
- Excluding a custom taxonomy term breaks wp_get_post_terms
- Advanced Tax Query
- why do drafts return as part of wp_query?
- Improving WP_Query performance for multiple taxonomies
- Modify main loop in taxonomy archive page
- Separate Posts and Custom Post Type in Custom Taxonomy archive template
- WP Query with custom taxonomy
- how to search in custom fields & custom taxonomy for custom search
- All posts are still shown when adding category argument to query
- Operations with custom fields values in a loop
- WP_Query on custom taxonomy works fine but fails if run through wp_ajax_
- Filter by custom taxonomy slug on a custom post type
- Advanced Query Logic With Multiple Taxonomies
- cannot get multiple loops using tax_query
- How can marge these loop code?
- How to Filter Posts by Custom Fields?
- Display all posts for taxonomy term across multiple custom post types
- Custom loop with multiple taxonomy queries
- Selecting all posts from the children of a particular parent taxonomy
- What’s the WP way to load remaining custom posts?
- WordPress Tag or Custom Taxonomy Return All Posts if has that Word in Post Title
- WordPress query with items from more than one selfdefined taxonomy as `term` argument
- where is the 4th taxonomy terms? taxonomy terms is disaapearing in the loop
- Hiding taxonomies with no children WP_Query & tax_query
- Can I use OR relation for one item when calling tax_query from WP_Query and use AND for the rest?
- Display all posts that use a custom taxonomy
- Set tax_query conditionally with new WP_Query
- querying posts by custom taxonomy terms right from a querystring based URL
- Custom taxonomy.php not working
- If Custom Taxonomy
- Returning One custom taxonomy term name
- When filtering query on custom taxonomy; main menu dissapears
- Why can’t I use an array of term slugs in WP_Query?
- wp_query not resetting, last post hanging
- Problem with wordpress pagination
- How to do a particular wp_query taxonomy search
- Loop to display ONLY custom taxonomy parent information [closed]
- Loop through custom taxanomy in post and display custom fields from posts
- List all Custom Post Type posts excluding certain Taxnomy term
- check if a taxnomy queried in $wp_query?
- Taxonomy.php how to show post only in current taxonomy with wp_query?
- List terms of custom taxonomy if matches other taxonomy
- how to use tax_query to apply both terms or one if one is empty
- passing moree than one value of slugs in taxonomy using variable
- Loop for custom-post-type comparing taxonomy terms for “related” posts?
- how to get the post id in the option tag
- How to get the term description in a taxonomy term archive query?
- Chaining Taxonomy Queries
- Multiple custom post type queries causing wrong post types to be grabbed in taxonomy + single templates?
- What is the most efficient way to execute recursive complex queries?
- Problem with sorting in custom child taxonomy archive page
- display ACF repater field in archive page
- Group posts in a category based on tags in custom taxonomy
- ACF – Get unique values of array
- Output slugs to use as class names for every taxonomy a post is attached to
- List active taxonomy terms
- Custom loop – Isolating post meta output depending on current query taxonomy terms
- Loop with Custom Post Type and Taxonomies
- How to get name of custom taxonomy
- Query pages by child term
- Post data in separate divs with incrementing class using WP_Query
- How do you move custom fields to custom taxonomies using WP Queries
- Run next query based on first query’s term
- Get the original menu item name string instead of the label
- How to use tax_query other than by slug or id or solve custom taxonomy tags conflicts with pre-existing tags?
- Order posts with custom taxonomy array
- WordPress show posts from children terms of a taxonomy term
- Advanced AND tax_query in sidebar with 2 taxonomies
- How to query posts that are not related to any term of a taxonomy?
- Catergory args causing loop not to show
- Loop custom post type by taxonomy (Category)
- Get custom taxonomy value of post and output posts in same taxonomy
- display custom post type from register taxonomy
- tax_query not working properly with get_posts
- How do I create a term for every value of a post meta?
- Complex Custom Loop with Includes