Answer the question
In order to leave comments, you need to log in
How to get to wordpress category?
How to check in the single template which categories a post belongs to? It seems that I have already gone through all the functions, but all return an empty array or a null value. Maybe I'm calling something wrong ...
Maybe it will help.
...../wp-admin/edit-tags.php?taxonomy=products&tag_ID=6&post_type=catalog
Answer the question
In order to leave comments, you need to log in
Found ID like this
$category = get_the_terms($post->ID, 'products');
$cat_ID = $category[0]->term_id;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question