Support

Account

Home Forums Front-end Issues Surely this is the simplest thing?! I can't get it to work Reply To: Surely this is the simplest thing?! I can't get it to work

  • You can use this plugin https://wordpress.org/plugins/acf-views/ to easily display fields with a simple shortcode (like ‘[acf_views view-id=”x”]’), that can be pasted anywhere, including page editors. To display fields from another object, you should just pass an id of another object in this way ‘[acf_views view-id=”x” object-id=”ANOTHER_POST_ID”]’