Support

Account

Home Forums ACF PRO Is it possible to display the same relationships on different pages? Reply To: Is it possible to display the same relationships on different pages?

  • Yes, you would need to get the value of the relationship field from the other page by supplying the post ID of the post to get it from

    
    $posts = get_field('relationsip', $post_id_of_home_page);