Skip to content

Instantly share code, notes, and snippets.

@Dirtyern12
Created February 20, 2013 16:24
Show Gist options
  • Save Dirtyern12/4996790 to your computer and use it in GitHub Desktop.
Save Dirtyern12/4996790 to your computer and use it in GitHub Desktop.
function wps_do_produced_image() {
wps_id_open( 'produced_image' );
global $post;
wps_id_open( 'produced_image' );
echo '<p><img src="' .get_post_meta( $post->ID, '_d2c_produced_image', true ).'" /></p>';
wps_div_close();
wps_div_close();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment