ACF has the ability to create a ‘Theme Options’ page which you can then use to conveniently centralise options for things like headers and footer etc..
As Jacob Peattie rightly points out, how you integrate this into Gatsby is outside of the scope of WPSE and may require custom development. However, providing you can inject custom code into these areas, via a function, shortcode or custom widget etc., using an ACF Options Page to control that content works nicely and is worth exploring.
Related Posts:
- WordPress REST API: Query media files attached to a custom post type
- Filter custom post type returned from REST api
- My wp_update_nav_menu action is firing twice
- Trying to add a page template for my custom post type from a plugin, but it will not display in the template dropdown unless file is in theme
- How to execute plugin and theme updates from a web hook / endpoint?
- Adding custom meta boxes to specified custom post type
- REST API can’t get the response manually
- posts from multiple post types in one slider
- How do we update a custom file upload field with the Advanced Custom Field plugin?
- How to integrate together a website currently hosted WordPress.com and a custom web application currently hosted on Azure?
- Custom Post Type – custom form in dashboard
- Custom API plugin to execute 3rd party API to retrieve data
- $pages = get_pages(‘child_of=’.$post->ID); Why arguments are concatenated?
- WP Rest API and json_decode()
- WordPress /users/me endpoint request forbidden
- WP-API Custom Post Type json_no_route
- Price comparison table based on Custom Post Type?
- How can I list custom post type categories of portfolio
- Preview with Custom Post Type Not Working
- Show related posts based of current ACF field name in a single page post (a loop within loop)
- How can I store data from custom fields to custom tables?
- 2 wordpress site same database
- Plugin generated unexpected output – No PHP errors
- How to Include Custom Post Content From Plugin
- Custom Template for wordpress cpt plugin
- “Allowed memory size” problem [closed]
- Custom post type change excerpt more and excerpt length
- Use jQuery Datepicker code from plugin
- What hook can I use to modify custom post data before it is displayed on the page?
- Order posts of a custom post type by the event date using FT Calendar Plugin
- Posts 2 Posts: Display custom types connected to the same other custom type but with another connection
- Creating teams of users in WordPress
- “After file loaded” action
- Custom Post Type template for homepage
- hardcoded wp pages/plugins problems
- Including content from legacy app: via plugin or custom content?
- How display specific category post to specific users?
- Dictionary-style definition list plugin
- Custom Post Type, Custom Columns List
- How to create repeater field manually, without plugin (ACF Pro)?
- Error Metabox Warning: call_user_func() expects parameter 1 to be a valid callback
- Rename existing cpt and taxonomy with new textdomain
- how to create hierachial taxonomy and manage under single post type?
- Seperate plugin and theme files
- Change Dashboard URL from wp-admin to wp-admin/index.php
- Best method of implementing compartmentalized custom post types on a multi-site network
- WordPress Media Library Folders + Custom Linux Server Hosting
- Need to edit author permissions | custom taxonomy
- Import Recent Posts Only and Ignore old ones if exist
- Is it possible to pin a post in second position from top
- need click to clipboard button on my site
- How to search post titles with whole words only, but not the exact word only?
- wc_get_template_part doesnt display the content [duplicate]
- Save log for imports in WordPress database – options-table, custom post type or other place?
- Remove custom taxonomy name from the slug – Custom Post Type UI
- How to get the custom field value using SQL query
- Setting Author on CPT
- Check if theme supports sidebar
- How to display emails as a post?
- Custom Post Type same name as Category
- I’m receiving the following error using the below code: Uncaught Error: Cannot use object of type WP_REST_Response as array
- Create category for each user
- Error in Fetching Custom Post Type parent Category URL (slug)
- Adding category base to url in custom post giving 404?
- Register PODS Custom Field with WPGraphQL [closed]
- How to send SMS notification to customer after click on submit?
- How to display the category name in the tab and post inside the tab in WordPress?
- Want to build parent-child relationships between custom post types created with CPT UI
- Hidden permalink different from displayed permalink
- How to send the featured image of a post to an API?
- custom post type plugin error [closed]
- Can i stream data to a custom_post_type?
- Is there a hook similar to “save_post” which only fires AFTER the post is completely published?
- Adding custom post category to categories widget
- Custom Post Type with Sequence ID
- How to display the custom post related blog by category?
- Undefined index: custom_post_template_present
- Add an action based on custom post meta field
- Escape commas in REST API
- How to arrange custom posts in the backend/admin by custom taxonomy
- Adding LOAD MORE on a page
- save_post hook partly firing in update post
- Problem with checked box on wp car manager plugin
- Merging new theme and plugins from development site to production
- WordPress hide post from custom post-type on a single page
- Ultimate Members Default Post Layout problem
- Ability to change homepage on WordPress using API
- custom post type get_posts() function not work
- Create multiple posts when a custom post is created
- How to authenticate via API to allow writes/updates
- Do i need to use a plugin for third party api integration?
- Adding Custom Endpoint in WordPress Rest API
- how to convert frontpage.php to dynamic page?
- $wpdb->insert not working inside save_post tag
- One WooCommerce Store to multi distributor sites
- Cannot view Custom Post Type no matter what I try
- Custom REST API POST Endpoint Not Working, 404 Error
- Getting all woocommerce products from REST API call in plugin
- is it possible to fetch data from a remote api while admin is writing a new post?
- add tags to wordpress post using REST API