Home › Forums › General Issues › Possible to have all pages with the same template share field content? › Reply To: Possible to have all pages with the same template share field content?
The best solution to this would be to have an “Options” page using ACF Pro (or the options page add on which is still available for ACF4 http://www.advancedcustomfields.com/add-ons/)
Then you can create an options page, add you custom field group to the options page and then pull the values from the options page for all of your pages.
Without using an options page you would need to use the acf/save_post hook http://www.advancedcustomfields.com/resources/acfsave_post/
You could do a query in you function to get all the pages and then update all of the fields on all of the pages.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.