Advertisement
whyisjake

Untitled

Jul 27th, 2011
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2.                                
  3.     $terms = get_terms('maker');
  4.     $count = count($terms);
  5.     if($count > 0)
  6.         { ?>
  7.         <hr>
  8.         <h4>Makers in this post:</h4>
  9.         <?php the_terms( get_the_ID(), 'maker'); ?>
  10.  
  11. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement