Viewing 1 replies (of 1 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    Hello,

    Yes, you can display a field by passing the post ID like this:

    [content id="123" field="field_name"]

    For multiple fields, it’s easier with a loop:

    [loop id="123"]
      [field title]
      [field field_name]
      ...etc.
    [/loop]

    It also depends on the type of ACF field. The examples above should work for text or textarea.

    I hope I understood your question correctly. Maybe you meant displaying a Post Object field?

Viewing 1 replies (of 1 total)
  • The topic ‘Get custom post type content onto a page’ is closed to new replies.