Support

Account

Home Forums ACF PRO How do I display a custom field in another custom post type as a shortcode? Reply To: How do I display a custom field in another custom post type as a shortcode?

  • Thanks for this. Just to clarify, the ‘field’ should have the name of the Post Object field that I’m targeting the other page.
    'field' => 'Post_object'

    Then when calling the field on the called page I need to type it in and display it as:
    [related_post_acf field=”Field_from_the_target_post”] ?