Advanced Custom Fields for Header that are Editable from a Page [closed]
Assuming you are working with a theme supporting the WP customizer: Using the customizer.php file (can be found in sub-folder ‘inc’, or perform a search, varies from theme to theme. Make you own = Customizer API) So, in your customizer.php – Add this: // Add to customizer.php inside function your_customizer($wp_customize) {} $wp_customize->add_setting( ‘live_in_ctc’, array( ‘default’ … Read more