I’m having trouble understanding how to enter data in a page field and then display it on another page. For instance, I have a page named “entry”. It contains a field called “city”. From another page called “directory” I want to enter the acf field shortcode and have appear all the data from all of the “entry” fields.
Entry -> “City” -> Directory Page -> Display “City” field.
I can get “city” to display on its own page, but if I try to display the field contents on another page, it doesn’t display.
Am I not understanding something?