Created
February 20, 2013 16:24
-
-
Save Dirtyern12/4996790 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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