The tag
parameter should be the tag’s slug. If you look at your tag’s archive URL (the view link when editing the tag), it won’t have the colon in it, because that’s not a legal character in a URL.
Your tag’s name can still have the colon, and you can use the URLencoded version of a colon %3A
in the slug if you want, though you will have to manually enter that in the slug field.
Related Posts:
- The Difference Between Hierarchical and Non-Hierarchical Taxonomies?
- How to have “the most used tags” taxonomy always expanded?
- Search for tags
- WP native tag suggest metabox. How does it process tag id?
- Change order of WordPress tag cloud
- Unable to delete a Category and Tag that share same slug
- How do I get the current tag out of a taxonomy?
- WordPress as thesaurus/dictionnary: what approach?
- Set attachment tags from attachment’s custom field data
- Adding tag’s featured image to tag archive
- How to restrict users in edit post that can just select exists tags? not add new
- How to sync to custom taxonomies (tag structure)
- Taxonomy Tag Conditionals
- Display a tag only if there is a description
- Advice on how to build multiple cross-tagged content types
- Categorize wordpress tags
- How to make tags show up in search results?
- Sorting tags by name
- Tags hierarchical
- Calling an Archive Page with specific Tag/Tax ID
- I want to edit the tags template by adding text that displays all tags from the listed posts
- show recently added tags to tag cloud
- “If an object equals a term id then return the term name”
- how to print post tags [duplicate]
- Recent posts by taxonomy and filter by tag
- How to change value in wp-include/taxonomy.php without exchanging the WordPress-core
- Add a tag like a post
- How do I add tags/taxonomy to images + a query field on page to query ‘albums’ (images with same tag/taxonomy)
- Custom Titles for Multiple Tag Taxonomy Page
- Hiding a tag from display
- Can the default “post tags” taxonomy be renamed?
- get a specific taxonomy term name
- get_terms() How many is TOO many?
- How to display child term of current term’s parent taxonomy?
- Sorting custom taxonomy causes menus error
- Is there any difference between post in child term and child & parent terms?
- Create and move terms for taxonomies
- How can I remove links from the function “get term list”?
- Alphabetical order in taxonomy.php
- Get Term names from WP Term Object
- functions to create term and child terms
- base directories / URL
- Conditional tag affecting taxonomy term and its children?
- WordPress REST get all items without a taxonomy assigned
- Does an action fire when adding a tag via the “Tags” meta box?
- If search matches taxonomy
- Custom Field as Custom Taxonomy?
- Plugin to assign parent category on multiple taxonomy terms
- Modify the query method when adding category filtering function to the custom post list
- Check for taxonomy archive on search results page
- need to get postthumnails from a post whithin a category custom post type
- Individual post. Meta_key, taxonomy or post status for separation?
- Taxonomy archive page WP_Query does not return get_the_permalink() or get_permalink() value
- Replace taxonomy permalinks
- Changing the default taxonomy key length
- Adding taxonomy terms based on custom field
- How to show taxonomy image instead of taxonomy name on a list
- benefits of the table ‘wp_term_taxonomy’
- How to save a multiple checkbox array into a non-hierarchical taxonomy
- Create custom taxonomy and Display in metabox dropdown
- Foreach inside foreach
- Return Taxonomy Name for Each Term
- Taxonomy list names with lowercase
- List custom queried terms in the edit-tags.php?taxonomy page
- Get term from multiple taxonomy
- Modify output of wp_dropdown_categories to add term IDs to each option
- Repeater + taxonomy: same value in every field
- line order number start numbering from second line (SOLVED)
- How to display only the direct children of a term on a taxonomy page
- Display posts from tagchildren of taxonomy tagparents
- If has_term, load other theme
- Terms from current post custom taxonomy — excluding parent and only from a single parent term
- archive page sidebar not working
- Bug using wp_insert_term with switch_to_blog
- how to list parent terms only
- Get something out from taxonomy
- get_term_by with a variable
- Change searching from world level to first letter
- Finding id of taxonomy by name in custom post type
- How to have article URL like example.com/article1 and example.com/foo/article2?
- Can’t display multiple terms with get_the_terms
- Multiple Tag Filtering
- echo a tax term in loop
- I need posts within a taxonomy category that are tagged “featured” to show up first
- How to manage the links of a new taxonomy
- How to position taxonomy meta box on page
- WP REST API taxonomy is missing on custom post type
- Get taxonomy url, name, post count & image
- Rewrite permalink to include multiple taxonomies
- taxonomy terms are not populating select tag options
- Related Posts by taxonomy using Advance Custom Fields Plugin
- Organize content by month? SQL statement?
- Display Custom Column in CPT Taxonomy
- Help me add Taxonomy to byline
- How Can I List Categories by Date?
- Custom Taxonomy Page redirect 404
- retrieve post slug by post_tags taxonomy
- Why is taxonmy-[taxonomyname].php not working?
- Taxonomy link not working (leads to 404 page)
- is there a hook filter to get custom fields for taxonomy name instead of the default field?