Skip to content

Instantly share code, notes, and snippets.

@oldmill1
Created September 13, 2012 19:53
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 oldmill1/3717128 to your computer and use it in GitHub Desktop.
Save oldmill1/3717128 to your computer and use it in GitHub Desktop.
Displaying the content of a "more field" field using field slug
<?php
// we've create a box and added the 'events_textarea' textarea field
// to display it, use the same template tag:
// http://codex.wordpress.org/Function_Reference/get_post_meta
echo get_post_meta(get_the_ID(), 'events_textarea', 1 ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment