Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save duroe5698/460e60bc9d41381b0d4e to your computer and use it in GitHub Desktop.
Save duroe5698/460e60bc9d41381b0d4e to your computer and use it in GitHub Desktop.
Get Shortened Meta Excerpt With Tags Stripped Wordpress.php
<?php
echo wpautop(substr(strip_tags(( get_post_meta( get_the_ID(), 'GET CUSTOM META FIELD ID', true ) )), 0,200) . '...');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment