You could use
$query_args = array(
'tag' => $tag,
'post_type' => 'any',
);
$query = new WP_Query( $query_args );
Please have a look here: Tag Parameters and Type Parameters.
Related Posts:
- Search Custom Post Type with all meta attached?
- Query for custom posts with a specific tag slug
- Why does querying on post_tags (which has been applied to custom post types) only return posts?
- Can’t query tag and post_type at the same time
- How to get all tags of a custom post type by id
- how to display posts content on the custom css popup by clicking on each title on the sidebar?
- Use Tags to Query Associated Multiple Posts and Get The Average Of Custom Field Values
- Query Custom Post Type by Tag
- Attaching multiple custom taxonomies to one CPT?
- Display all posts in a custom post type, grouped by a custom taxonomy
- Get post with multiple meta keys and value
- Get posts for custom post type with WP_Query
- How can I include custom post types on a tag page?
- WP_Query() show posts that end later than today
- How to check if a WP_Query has data
- Sorting a query by custom field date
- Enforcing canonical URLs with multiple custom post types
- WP_Query -> sort results by relevance (= most tags / taxonomy terms in common)
- Custom post type tag archives don’t work for basic loop?
- Exclude Custom Post Type & Pages From Auto-Tag Function
- Query by 2 values of a repeater ACF field
- How to search from specific post type with tags?
- Custom post type with tags
- Display children and grandchildren of a custom post type
- Getting all custom posts with a certain category
- Querying CPT with Two Taxonomies
- Custom Query to display posts with custom field
- Get taxonomy description based on variable
- Custom post_type search’s $wp_query->query_vars do not correspond
- wp_query custom post type by taxonomy & standard post by taxonomy
- Query Custom Post Types & category_name?
- Conditional to modify query results
- Navigation menus not showing because of custom post type filter
- WP_Query is printing out only one post when posts_per_page is set to multiple
- WP Query to displaying date and posts for that date?
- Use WP_Query() to Output the 4th to 6th Most Recent Posts of a Custom Post Type
- Get all Posts If has same custom field values in Posts
- WP_Query | ‘post_type’ doesn’t work
- Filter by custom taxonomy slug on a custom post type
- Pagination : How to remove /page/x/ after a ‘POST’ action on a form returning to page 1
- Can I create a loop with multiple post types and specify different $args for each post type?
- Display custom post type from dynamic custom field
- Two near-identical custom field types – one works, the other doesn’t . What can cause this?
- Custom-Posttype & Custom Taxonomy WP_Query
- orderby rand is not working for a custom post types
- Stuck in Order by more then one
- Display featured image from one CPT within another CPT query
- How do you paginate a query grouped by month?
- Query Custom Post Type Taxonomy term with multiple parameters
- Why is my category template ignoring post type?
- pagination not working for category.php (custom post types in categories)
- Query based on custom fields start and end date
- Retrieve custom post types by custom taxonomies with WP_Query
- Add ‘last’ class to second post in featured post loop
- Why is my WP Query not returning first result’s post meta?
- Different Limit number of post on different archive page
- DIsplaying URL of custom field in last post of certain taxonomy && post type
- Tag page only display 10 posts
- Custom post types and ‘new WP_Query’
- Using page slug in wp_query
- Custom taxonomy wp_query woes.
- Trouble with pagination
- Having Issue on Ordering CPT by Custom Field In Custom WP Query
- Different options per post type in WP_Query
- Custom Category Walker with Image, Fallback to Most Recent Post in Category Image
- Custom Post type loop with ACF not displaying properly
- Sort results without WP_QUERY?
- Using Wp_Query, Json to add Highcharts series data
- Display the current post in browser as the first post in a loop (for a slideshow)
- How to query Posts from a custom post type which contains a custom taxonomy?
- Searching post types
- filter the_content, custom post type, and wp_query
- Advanced archive url structure (category, tag and date)
- Get_the_term_list inexplicably adds values in foreach
- Single parent post lists child posts with pagination
- custom taxonomy pagination 404 error
- wp_query can’t get max_num_pages in custom post type
- Custom Form / Search with Custom Post Type Data
- After inserting new post with wp_insert_post() the post is not visble to WP_Query, but the same WP_Query works for post inserted from wp-admin panel
- WP_Query: how to search tags in addition to a custom post type?
- How do I insert a custom post type query after a certain number of recent posts and then resume recent posts?
- WP_Query for custom taxonomies showing posts from non-specified terms?
- how to display new private message to users?
- subtracting the current post form then whole loop, which is generating all CPT titles
- Displaying WordPress posts from post and custom post type in custom taxonomy
- Imported Content Doesnt Show Up On Frontend
- Loop carousel slider in wordpress
- Manually build WP_Query
- Loop with Custom Post Type and Taxonomies
- How to load more custom type posts through AJAX & LOAD MORE POSTS button
- WordPress Custom Post Type and sort by Tags
- Pagination always adding “Next” link when results come from Custom Post Type WP_query
- 404 on Pages for Custom Post Type & Query_Posts
- Tag-post relationship problem
- Show Posts in Vertical Tabs with Scrollbar
- How to manage wordpress knowledge base/wiki/posts collections
- Is it possible to make is_category() recursive?
- Get X posts with the same terms as the current post (custom post type and custom taxonomy)
- WP Query + custom fields: How to query event posts from the current date backwards 6 months and organize it month by month?
- How do I get parameters from the URL?