/ Published in: PHP

display an image field in the body/page of a custom post type
Expand |
Embed | Plain Text
<?php $image = get_field('profile_pic'); ?>
You need to login to post a comment.
display an image field in the body/page of a custom post type
<?php $image = get_field('profile_pic'); ?>
You need to login to post a comment.