Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php global $post; ?>
  2. <?php if($post_terms = get_the_terms( $post, 'taxonomy_slug' )): ?>
  3. <div class="subtitle"><?php echo $post_terms[0]->name; ?></div>
  4. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement