-
-
Save GaryJones/4982177 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
<?php | |
// Replace your current wps_do_pitbull_image_three() with: | |
function wps_do_pitbull_image_three() { | |
wps_id_open( 'pitbull_image_three' ); | |
global $post; | |
wps_id_open( 'pitbull_image_three' ); | |
echo '<p><img src="' .get_post_meta( $post->ID, '_d2c_pitbull_image_three', 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