Guest User

Untitled

a guest
Jan 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php $terms = get_the_terms($post->ID, 'pub_or_not');
  2.  
  3. // If it ISN'T empty
  4. if ( !empty ($terms) ) : ?>
  5.  
  6. Ribbon Display markup and code
  7.  
  8. <?php endif; ?>
Add Comment
Please, Sign In to add comment