adampatterson / Axe

Axe is a simple bare-bones WordPress starter theme for Developers.
https://www.adampatterson.ca/development/axe-wordpress-starter-theme/
Other
12 stars 2 forks source link

Import ACF Data from Child OR Parent #51

Open adampatterson opened 4 years ago

adampatterson commented 4 years ago

If using Axe as a core theme for a WordPress multisite it is likely that there will be ACF Data in the core that the child theme will need to leverage and synchronize.

At the moment, and updates done to the Core theme require the parent theme to be activated, ACF sync, then reactivates the child theme.

*note: edits to the parent theme data have to happen on the parent theme. If done through the child theme then that data ends up under the child theme.