Advertisement
whyisjake

Untitled

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