Get categories in custom post wordpress
-
I have a custom post Download and this custom post has a taxonomy naming category. And i have 4 type of category in this category taxonomy.I want to retrieve a list of these four categories.
My format tree :downloads(post type) |--- category (taxonomy) |---- cat1 |---- cat2 |---- cat3 |---- cat4I want a list of these 4 categories.
i have tried get_object_taxonomies() and get_terms() but it’s not working
The topic ‘Get categories in custom post wordpress’ is closed to new replies.