Last active
January 16, 2019 10:59
-
-
Save WordPress-Handbuch/04c18c6e307bed4e448066345c070867 to your computer and use it in GitHub Desktop.
Code fragment for ribbon include example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if (get_post_meta(get_the_ID(), 'Ribbon', true) != '') { ?> | |
<div class="ribbon ribbon-top-right"> | |
<span><?php echo (get_post_meta(get_the_ID(), 'Ribbon', true)); ?></span> | |
</div> | |
<?php } ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment