Skip to content

Instantly share code, notes, and snippets.

@wpmark
Created December 1, 2014 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpmark/2dbb0d59c898acd4adda to your computer and use it in GitHub Desktop.
Save wpmark/2dbb0d59c898acd4adda to your computer and use it in GitHub Desktop.
Display WP Post Type Meta Fields
<?php
$description = get_option( ‘wpptm_meta’ );
$description = $description[ ‘post_type_name_description’ ];
echo wpautop( $description );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment