Advertisement
Guest User

Untitled

a guest
Oct 29th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php $terms = wp_get_post_terms($post->ID,'category');  
  2. foreach ($terms as $term) {  
  3. $termcomp = $term->taxonomy . '_' . $term->term_id; } ?>
  4.  
  5. <?php the_field('tagline' , $termcomp); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement