No, you can’t have 2 groups of a singular taxonomy, so there is no way to separate post tags from each other without introducing hierarchy.
However, you could register a city
taxonomy and declare that it’s non-hierarchical. That’s the primary difference between categories and tags. Categories have hierarchy, tags do not. Any taxonomy you register this way will have the same UI as tags.
For example, I registered a talk tag taxonomy for a CPT on my own site:
I just set hierarchical
to false
when I registered it.
In general, don’t repurpose tags and categories for things, just register a new taxonomy, it saves a lot of trouble and makes your life easier.
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?
- Load custom posts with same tag as page
- 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()
- Find callback function for custom taxonomy metabox
- Get posts with tag all post types
- Search Custom Post Type with all meta attached?
- Show certain terms from custom taxonomy but exclude ‘parent’ terms?
- 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
- Tag.php not displaying posts with the tag
- Query for custom posts with a specific tag slug
- associate custom post type with tags with specific pages
- Is it possible to make tag archive page specific to Custom Post Type?
- Search doesn’t find tags or categories in custom post types
- Custom Taxonomy – Tags Metabox is showing instead of Categories
- 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
- Change Permalink Structure for Tag.php template
- 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
- Group posts by custom post type
- Tag page with Custom Post Types not returning any posts
- search also in taxonomy, tags and custom fields
- Custom post type getting wrong categories and tags
- Add tag to a custom post type doesn’t change the total of custom post type in backend
- Custom Tag Description unable to display just below and outside of the Loop
- How to display “Category and Post_tag” component in a CPT Gutenberg edit screen?
- How to get all tags of a custom post type by id
- Best way to specify “article type” in URL
- Tag page only display 10 posts
- data-type=”” … needed post tags stripped of characters
- 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
- Tags not working in my custom post type
- How to list tags from custom post type attachments?
- Strip Characters From Tag Name
- Why does my taxonomy have a category style div id?
- portfolio custom type tags support
- Need help deciding on a taxonomy
- Get Posts by Category, Tag , and CPT Taxonomy
- Show all Tags in each post
- wp_get_canonical_url showing first url of the post for custom page
- Print all the tags from a custom post type
- 404 Page Not Found on /Page/2/ on Tag Page
- How to constrain the results to a specific post_type on tag archive page?
- Default post_tag for custom post type
- Custom posts – tag pagination
- 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
- display custom portfolio tags
- Advanced archive url structure (category, tag and date)
- One post auto attached to many another items
- Navigate by Tags inside a custom Post Type
- Search CPT by tag ids
- how to display posts content on the custom css popup by clicking on each title on the sidebar?
- How to set “section categories”?
- Tags being removed upon updates to related posts: ACF/Genesis/WP5.4.1
- CPT tags not showing when editing post
- 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
- Custom Post Type tag taxonomy “Page Not Found”
- 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
- How can I include custom post types on a tag page?
- Filter custom post type by tags
- Loop multiple taxonomy in custom post
- Custom Post Type – Admin Columns
- Generating List of Tags from Custom Post Type
- Taxonomy count per Post type
- Archive.php is not displaying tags
- 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
- custom post type tags
- Query Custom Post Type by Tag
- Display by tag from different post types
- Tags and Taxonomy links not working for Custom Post Types
- Tag-post relationship problem
- Post type cloud like tag cloud?
- WordPress 3.1 – Tag page not showing posts from custom post type
- Attaching multiple custom taxonomies to one CPT?
- how insert how many post type in this function?