Return to Snippet

Revision: 60302
at October 31, 2012 08:22 by mktimes5


Initial Code
<?php $image = get_field('profile_pic'); ?>
<img src="<?php echo $image[url]; ?>" />

Initial URL


Initial Description
display an image field in the body/page of a custom post type

Initial Title
Word press display image fieled with Type plgin +Custom post type Ui

Initial Tags
wordpress

Initial Language
PHP