Are you talking about custom post type categories (i.e. terms)?
You can get existing term name by
$queried_object = get_queried_object();
$term_id = $queried_object->name;
Related Posts:
- Get category id from post id of a custom post type
- How to sort list of custom posts to get view like a tree of posts under categories and their children’s categories?
- Custom-Taxonomy as categories: Remove “most-used” tab?
- Add filter to wp_list_categories and query what type of taxonomy-terms it use?
- List all custom post type posts from a given category?
- Display Posts of a Category in Alphabetical Order (Custom Post Type)
- Is there a way to list posts of only a certain category
- Taxonomy structure of Sport site
- Getting all custom posts with a certain category
- get custom post type categories
- How to display recent / random posts by its category
- Custom post types and permalink
- Query Custom Post Types & category_name?
- How do I get the child category posts from a custom post type?
- Search doesn’t find tags or categories in custom post types
- Return array of categories to php function for current post
- Querying Term Posts in Loop
- Get Post Primary Category
- How to add custom post types to normal category pages
- Add category attribute to custom shortcode
- Linking to the most recent post in a Custom Post Type
- Posts from all the categories are being displayed instead of particular category
- Conditional Statement custom post type category
- Categories sorting
- How can I make my custom posts appear in their assigned category url?
- Allow user to set custom order to a list of custom taxonomies?
- forming WP_Query for posts of all post types but from specific categories
- wp_list_categories() – current-cat class also inside posts?
- PHP variable not regenerating when publishing multiple posts at the same time
- Problem with displaying posts in the CPT category
- Custom Post Types with a common category for a blog listing
- Post injections into Site Origins Page builder [closed]
- Why is my category template ignoring post type?
- Not sure if I should create multiple custom post type [closed]
- I am trying to hide a custom post type category to logged in users with Pre_Get_Posts
- Custom post types and category archive
- How do you create a custom template to display a category with an image and related posts below?
- Categorise Custom Post Types
- Category.php template for custom posts
- Tag page only display 10 posts
- in_category for custom post types
- Archieve.php not loading for custom post type
- Category archive in with conjunction with custom post type is empty
- Assign category a default post type
- List Posts By Custom Taxonomy
- How to Display Posts From Category Within a Custom Taxonomy?
- Showing custom post type categories in the menu
- Need help deciding on a taxonomy
- Category Icon on custom post type
- Listing all slugs?
- Get Posts by Category, Tag , and CPT Taxonomy
- List categories, subcategories and posts from custom taxonomy and custom post type
- Categories won’t appear on custom post type
- Get child categories of custom taxonomy category?
- Create query for both custom post type and category
- Custom post types category
- Get terms for a specfic post from multiple taxonomies in custom post type
- Add Extra Category Field to CPT Categories
- cannot achieve this structure (custom posts VS categories VS ??)
- Custom post type, taxonomy and admin bar
- Display all Categories except ones with a specific parent
- Custom post category name showing empty
- What is the best way to set the post category (Custom Post Type) automatically based on the one of the tags assigned to the post?
- Custom post type archive page filters
- How to show related posts of category on post within custom posttype
- Custom query using one category that is used in all custom post types
- get taxonomies from terms
- Sudden 404 pages on product category archives
- Convert category to custom post type
- How can I display a specific category on Front-Page
- Pagination for a cpt filtered with a category
- assign array of category to custom post type
- How to seperate posts by categories?
- How to manage a dynamic multi-level page hierearchy system?
- WooCommerce change
- Adding categories to custom post type in permalink
- I can not call the categories of custom post type
- Custom Post Type is not respecting assigned categories
- Change Custom Post Type to Post + Category
- Help with Travel Guide Setup
- Update Cateogory Taxonomy Count for Attachment Post Type
- Project Category Heading
- Getting Custom post category from Form
- Help with Multi Level Category Archive Page
- How can I generate a list of post-type specific categories?
- Front end page submission form does not attach custom post type
- Best way to structure article and issue relationship for CPT
- Custom Post Type used for FAQs Accordion
- Category slug not showing for Custom Post Type
- Get a list of categories ids
- category page template for custom post type
- Custom Post Type Permalinks with %category%
- Display a custom post type list by taxonomy term
- Stop header code from showing in category page?
- Return Custom Post Type Categories
- Using tax_query to get single post per category
- create category upon saving post and save post in that category
- What Is My Fault With This WP_QUERY ? [ Pagination Problem ]
- Is it possible to make is_category() recursive?
- Categorizing Custom Posts in Bulk Based on Title