After messing with some code I found a solution:
just use this code and a lot if information will be showed. Within all this data you search for the categorie that is inside your taxonomy and you’ll see the taxonomy-> name.
// Show all data of all taxonomies
function print_tax_data(){
$data = get_terms();
print_r($data);
}
add_shortcode('tax_data', 'print_tax_data');
Related Posts:
- Combine multiple custom user taxonomy in single url
- How to add images to taxonomies?
- SQL QUERY needed to get POST category (taxonomy) ? – MUST be SQL statement
- Possible to register multiple custom taxonomies in one function?
- Advanced Tax Query
- Taxonomy , subtaxonomy,child taxonomy of a product woocommerce
- How to display custom taxonomy in multiple columns?
- Custom taxonomies making WP very slow – Way to fix?
- Sorting taxonomy columns by meta value numeric
- Get Taxonmy Term ID For Current Post
- Changing stylesheet depending on custom taxonomy terms
- How do I taxonomy terms based on terms they are used alongside?
- Custom taxonomy [year] is directing to yearly archive
- Taxonomies on custom taxonomies
- Custom taxonomy forms for user profile
- Why does a new taxonomy term get created when I assign an existing term to a post?
- Custom Taxonomy index/archive hierarchy
- Getting associated taxonomies
- Proper way to update the slug of a taxonomy using register_taxonomy? [duplicate]
- How to add images to taxonomy terms? [duplicate]
- one post per term taxonomy
- Query custom taxonomy for category including children
- Taxonomize taxonomy terms?
- Prioritise Pages over Taxonomy Term Root Archive, but not Taxonomy Term Child Archives
- Add terms to a taxonomy archive from within the same taxonomy
- Custom field with terms from another taxonomy programmatically
- Taxonomies and subtaxonomies relations
- Fill New Taxonomies
- Custom Taxonomies Archive Page 404
- Custom Taxonomy Not Being Recognized by is_tax()
- Taxonomy Terms That Don’t Exist Display Results
- set_object_terms for custom taxonomy in custom post type – not working
- Templates files for custom post type with custom tags
- Sort Taxonomy List by Custom Values
- How do you search for a post by custom taxonomy?
- Register custom taxonomy from a Advenced custom field option page
- WordPress Taxonomy Menu
- wp_get_object_terms count on taxonomies within an category archive
- Make custom post type display with custom taxonomy in url
- Prevent random entries in hierarchical false taxonomies
- Querying posts globally based on custom taxonomy with its own taxonomymeta table
- How to enforce a requirement for custom taxonomy
- Change taxonomy key of existing and future taxonomy posts
- Using wp_query is it possible to orderby taxonomy?
- Get taxonomy names by post id
- Return only the custom sub-term for custom post type, do not echo term-parent
- Get total number of comments from posts in a specific custom taxonomy
- Custom taxonomy on users with UI
- Post tags saving as both tag name & tag ID on post update when tags are displayed as checkboxes
- Taxonomy Relationships
- Display sub-taxonomies based on SELECTED parent-taxonomy
- Checking if a Page has an Associated Term?
- What are terms and taxonomy, how they related to post and how these three are stored in database?
- Get terms ordered by post date
- How can I get WP to build a feed based on multiple taxonomy terms
- Change permalink of post if it belongs to custom taxonomy
- Get pages only with a specific taxonomy
- Share taxonomy between user and posts?
- How to obtain the link/URL to the feed of a custom taxonomy?
- get_term_children doesn’t return an array of children terms
- Get taxonomy parent using child slug (from merged taxonomies)
- Change existing taxonomy settings when using custom taxonomy
- Display Taxonomy Terms in an option tag with value being the slug
- Custom Post Type Taxonomy Filters
- Query posts by taxonomy with current term
- Custom Taxonomy isn’t working from frontend post submitting
- get the taxonomies terms associated with users
- problem in taxonomy-{taxonomy}.php pagination
- How to get posts which must match both custom taxonomies?
- Why get_page_template() doesn’t show taxonomy template file name?
- How can I change the output display of my pagination?
- Custom Taxonomy template not display
- How to get attached image to taxonomy..?
- WP_Query tax_query – Show results if child has parent X
- Variable Not Working Inside is_author() Array
- How can I get Taxonomy Images to work with ‘orderby’ argument?
- Use wp_list_categories to list parent categories from actual term
- Unique taxonomy for post
- Trash Bin for Categories?
- Show recent posts from a custom taxonomy in wordpress
- add pagination in wordpress page template
- how do you pull data from two taxonomies?
- problem : Custom taxonomy template not showing
- Custom dropdown list taxonomy not saved
- WordPress taxonomy terms archive template help
- How to get all the terms from a custom hierarchical taxonomy via REST api?
- Get post meta value outside of the loop
- Unable to create a new taxonomy
- Change link of taxonomy when get_the_term_list( is used?
- Custom taxonomy shows full articles
- Taxonomy On Index Page
- Display List of Categories Within a Custom Taxonomy
- Change order custom taxonomy
- How to query authors by custom taxonomy?
- How to get multiple Taxonomies not All Taxonomies?
- Using wp_query is it possible to orderby taxonomy?
- List of taxonomy archive index page links
- Primary Taxonomy for Post
- Insert taxonomy term to different table
- How to get parent and child name in taxonomy page