• Hi there,
    I’m trying to find a conditional tag for recognizing the opened term of custom taxonomy. Let’s say I have a taxonomy “map” and I’m browsing the taxonomy’s term called ‘USA’ with ID 50. Is there something like deprecated is_term?

    Like:

    <?php if(is_term(50, 'map')) : ?>
    ...
    <?php endif; ?>

    Thanks a lot…

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘is_category fuction for custom taxonomie's terms’ is closed to new replies.