Guest User

Untitled

a guest
Jan 15th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php if (get_post_meta(get_the_ID(), 'Ribbon', true) != '') { ?>
  2. <div class="ribbon ribbon-top-right">
  3. <span><?php echo (get_post_meta(get_the_ID(), 'Ribbon', true)); ?></span>
  4. </div>
  5. <?php } ?>
Add Comment
Please, Sign In to add comment