Skip to content

Instantly share code, notes, and snippets.

@esgy
Created November 26, 2012 15:06
Show Gist options
  • Save esgy/4148682 to your computer and use it in GitHub Desktop.
Save esgy/4148682 to your computer and use it in GitHub Desktop.
wordpress get post meta - custom fields
$heading_image = get_post_meta($post->ID,"pageThumb",true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment