K
K
Karen Mnatsakanyan2018-05-08 19:22:37
WordPress
Karen Mnatsakanyan, 2018-05-08 19:22:37

Display id taxonomy?

Hi all!
How can I display the ID of a given taxonomy in taxonomy-sity.php ?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Max Medar, 2018-05-08
@karjan

Hey!
Yes, it's very simple:

$term = get_queried_object();
echo $term->term_id;

I
Igor Vorotnev, 2018-05-08
@HeadOnFire

Even easier - get_queried_object_id()

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question