Guest User

Untitled

a guest
Oct 18th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?php $brands = wp_get_post_terms( get_the_ID(), 'pwb-brand' );
  2. foreach( $brands as $brand ) {
  3. $post_excerpt = $brand->name . ' '; ?>
  4. <div class="tag-brands" style="color: #fe7418 !important;font-weight: 900;font-size: 15px;">
  5. <?php echo ''.$brands; ?>
  6. </div>
  7. <?php } ?>
Add Comment
Please, Sign In to add comment