Support

Account

Home Forums General Issues Display Image Field From Another Page Reply To: Display Image Field From Another Page

  • Hi John,

    Thanks a lot for your help, I’m still not having much luck though unfortunately.

    if(!empty($pages))
    {
    foreach($pages as $page){
    echo $page->post_title.'<br />’;
    echo get_field(‘Profile_image’, $post->ID);

    }

    This is the code I have at the minute. The post_title displays perfectly but still not got anything for the image.

    Any ideas?

    Thanks
    Jake