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 use taxonomies on attachments with the new Media Library?
- Add custom taxonomy fields when creating a new taxonomy
- How to display custom taxonomies in posts?
- How to modify the query in taxonomy-custom.php to sort term archives by a custom meta field?
- Hook to process a new taxonomy tag before it is created?
- Multiple users – only allow them to manage their own terms for custom taxonomy when logged in
- wp_options table value
- Custom Taxonomy Only Showing Top Level Terms in Admin?
- Is it possible to get a Previous/Next Taxonomy term archive URL?
- How do I display a tag cloud with both post tags AND a custom taxonomy?
- Improving WP_Query performance for multiple taxonomies
- Create Child Taxonomies
- How to count the number of terms in a taxonomy
- 404 for a custom taxonomy?
- Current category link filter
- display taxonomy slug from term ID
- Redirect all child taxonomy to its parent
- How can I populate a select element with terms from a custom taxonomy and filter post results?
- How do I list the pages of a custom taxonomy?
- Add Image Uploader In Admin Panel
- Tell the difference between a term and page when they have the same ID
- taxonomy tax-name archive
- How to use multiple archive templates for a taxonomy?
- How to fetch the data from Advanced Custom post when we search specific keyword or field name related to the post?
- Custom Taxonomy Query
- Displaying Custom Taxonomy without a hyperlink
- My custom taxonomy page is leading in 404 page
- Show template part if part of term
- Corrupted nav-menu?
- Remove taxonomy widget from “PAGE” post
- Custom taxonomies not showing up in admin menu
- List Top 5 taxonomy terms based on number of post
- Get list of taxonomies associated with users
- Register `product_cat` taxonomy for default post post type
- check if a taxnomy queried in $wp_query?
- Taxonomy.php how to show post only in current taxonomy with wp_query?
- Don’t display taxonomy if empty
- Include get_term_link inside search
- How to add a dynamic dropdown derived from custom taxonomy
- Retrieve the child terms by having the parent’s information
- How to create a non removable taxonomy term?
- How to show category list in WordPress
- Change link of taxonomy when get_the_term_list( is used?
- transfer two existing taxonomy terms into one custom metabox
- How to add all existing Custom Taxonomy to Admin Menu Creations Interface?
- Why get_terms() behaves strangely when being called in admin (for use in meta box)?
- qtranslate-x problem with custom term description
- Display List of Categories Within a Custom Taxonomy
- taxonomy query on front page
- Creating a Taxonomy Page [duplicate]
- Looking for suggestions on creating simple database (Help!!)
- Extra fields on categories that is available via the WP-API?
- Custom taxonomy – query returns an error
- Get Posts with matching lowest taxonomies
- Any way to make custom taxonomy field searchable?
- query posts returns 10 records
- Getting taxonomies specific to categories
- Remove Tag Cloud Words from Custom Taxonomy
- How to add/enqueue Custom CSS for a custom taxonomy page?