<?php // Grab the metadata from the database $text = get_post_meta( get_the_ID(), 'yourprefix_text', true ); // Echo the metadata echo esc_html( $text ); ?>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter