?php $schema = get_post_meta(get_the_ID(), 'schema', true); if(!empty($schema)) { echo $schema; } ?
You must be logged in to post a comment.
This site uses Akismet to reduce spam. Learn how your comment data is processed.