Support

Account

Home Forums Front-end Issues Problem returning post object data Reply To: Problem returning post object data

  • I have the same problem here.
    What is wrong?

    NOT WORKING:

    $currentpage = get_the_ID();
    
    //$post_objects = get_field('related_posts', get_the_id());
    $post_objects = get_field('related_posts', $currentpage);

    WORKING:

    $post_objects = get_field('related_posts', 1024);