function post_type_tags_fix($request) {
if ( isset($request['tag']) && !isset($request['post_type']) )
$request['post_type'] = 'any';
return $request;
}
add_filter('request', 'post_type_tags_fix');
You can alter the post type to your liking.
From this post.
Custom post type tag archives don’t work for basic loop?
Related Posts:
- List all the tags from a custom post type
- tag.php doesn’t work with tags on a custom post type post?
- How can I include custom post types on a tag page?
- Taxonomy count per Post type
- post_tag taxonomy with custom post type
- Adding post tags to custom post types
- show tags of custom post type ONLY
- Tag list & tag index for custom post type
- Undefined property: stdClass::$labels in general-template.php post_type_archive_title()
- Search Custom Post Type with all meta attached?
- Custom post type tag archives don’t work for basic loop?
- Exclude Custom Post Type & Pages From Auto-Tag Function
- Adding An Author Tag To Posts Automatically
- How to search from specific post type with tags?
- Custom post type with tags
- Registering tags taxonomy for a custom post type
- Categories and Tags not working!
- Is it possible to make tag archive page specific to Custom Post Type?
- Search doesn’t find tags or categories in custom post types
- Navigation menus not showing because of custom post type filter
- How to make a custom taxonomy selectable in post publish area?
- Add Tags to custom post type
- Where to store custom tagging data associated with a custom post type
- Can custom taxonomies items have attached properties?
- Change Permalink Structure for Tag.php template
- Does anyone have a plugin that could automatically tag custom post types in wordpress?
- How to display Custom Post Type Post based on Tag with Shortcode Parameter?
- Can’t query tag and post_type at the same time
- Custom post types and tag archive pages/permalink structure issue
- Tag Archive for Custom-Post-Type Posts yielding 404 when permalinks set to postname
- search also in taxonomy, tags and custom fields
- Custom post type getting wrong categories and tags
- Listing tags from a custom post type
- wp_update_term_count_now doesn’t work with a custom post type?
- Add tag to a custom post type doesn’t change the total of custom post type in backend
- How to display “Category and Post_tag” component in a CPT Gutenberg edit screen?
- Cross reference custom post types
- How can I show 1 featured post in a styled element, and the next few below differently styled
- Show all tags on custom post type
- Best way to specify “article type” in URL
- Tag page only display 10 posts
- Dynamically output a class to an anchor tag depending on what tag is chosen
- Creating tags via API
- How to display custom post type tags?
- Display posts with tag for custom post type only
- Meta data (Tags and Categories) for Custom Posts not showing.
- get_the_tag_list() returns bad links
- Tags not working in my custom post type
- Why does my taxonomy have a category style div id?
- portfolio custom type tags support
- How can I create an automatic drop down menu with my tags?
- Need help deciding on a taxonomy
- display custom taxonomies limited to custom post type?
- Get Posts by Category, Tag , and CPT Taxonomy
- Is it possible to have “two” sets of tags?
- WordPress admin display post type tags as checkbox
- The Difference Between Categories and Tags and Taxonomies and Terms
- Show all Tags in each post
- wp_get_canonical_url showing first url of the post for custom page
- How to constrain the results to a specific post_type on tag archive page?
- add custom tags for custom post type in wordpress
- How to Display the tag content of Custom Post?
- Custom post type tags not showing in search
- Issue with Custom Post Type Tags
- If tag exists, then echo once
- Custom post type, taxonomy and admin bar
- display custom portfolio tags
- Advanced archive url structure (category, tag and date)
- Tag template not returning posts [closed]
- Why doesnt my tag page populate with this custom post type?
- get taxonomies from terms
- how to display posts content on the custom css popup by clicking on each title on the sidebar?
- Tags being removed upon updates to related posts: ACF/Genesis/WP5.4.1
- CPT tags not showing when editing post
- How to convert Post Object Custom Field into Tags
- How to add independent “Tags” to Custom Post Type?
- Custom Post didn’t display on tags page
- Automatically / dynamically populating tags in custom post type
- Rewrite url post_tag for custom post type
- Add tags to a “pending” post before publishing
- Do not output category and tag URLs
- Custom post tag images not displaying with ACF
- Use Tags to Query Associated Multiple Posts and Get The Average Of Custom Field Values
- Organizing The Custom Post Type with Taxonomies / Parent Posts
- Filter custom post type by tags
- Loop multiple taxonomy in custom post
- Default taxonomy ‘post_tag’ added to CPT managing by custom role : nothing in the metabox
- Custom Post Type – Admin Columns
- Generating List of Tags from Custom Post Type
- Taxonomy count per Post type
- WordPress Custom Post Type and sort by Tags
- Custom Post Type Tags Showing Under Regular Post Tags
- Return all wordpress custom posts in specific multidimensional array
- get tags from custom post type
- Query Custom Post Type by Tag
- Display by tag from different post types
- Tag-post relationship problem
- WordPress 3.1 – Tag page not showing posts from custom post type
- Attaching multiple custom taxonomies to one CPT?
- Can WordPress show posts based on a button that the user clicked 2 pages back?