Skip to content

Instantly share code, notes, and snippets.

@norcross
Created July 26, 2012 20:01
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 norcross/3184174 to your computer and use it in GitHub Desktop.
Save norcross/3184174 to your computer and use it in GitHub Desktop.
format text from custom call
global $post;
$content = $post->post_content;
echo wpautop($content);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment