hi. i want to use mailchimp popup subscribe fields. therefor i have to add some code to my enfold child theme.
But i the editor DESIGN/THEMEEDITOR i only see two files. “style” “functions”
how can i add this code to the footer or header in the child theme? Thanks für your suopport :)
Hey diefleischerei,
Thank you for the inquiry.
You could either create a copy of the footer.php or header.php templates from the parent theme to the child theme directory, or use the wp_head or wp_footer hook in the existing functions.php file to insert the script.
// https://developer.wordpress.org/reference/hooks/wp_head/
// https://developer.wordpress.org/reference/hooks/wp_footer/
Usage examples of the hooks:
// https://kriesi.at/support/topic/move-post-date-info-above-post-title/#post-1252569
// https://kriesi.at/support/topic/enfold-sidebar-menu-need-it-to-stick-to-the-side-but-also-scroll/#post-1251873
Best regards,
Ismael