Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php $terms = wp_get_post_terms($post->ID,'category');
- foreach ($terms as $term) {
- $termcomp = $term->taxonomy . '_' . $term->term_id; } ?>
- <?php the_field('tagline' , $termcomp); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement