Support

Account

Home Forums ACF PRO ACF image as custom column on admin screen. Reply To: ACF image as custom column on admin screen.

  • did it works when you do this:
    delete $model_pic = "<?php get_field('model_photo'); ?>";
    and add $model_pic = get_field('model_photo'); after global $post;

    but i know it is possible