Archived topic
Need Guideline About Mailchimp Code
1 reply · Started by benedict on June 25, 2022
i Want to place a mailchimp email list code on the header of my website (stream theme), for newsletter subscription pop-up singn up. mailchimp instructs that i place this code on the header of my website. how do i do this using hooks, or can you advice on were suitable to place this code as regard to stream theme.
thanks.
Hi there,
You can add the code using a hook element:
https://docs.generatepress.com/article/hooks-element-overview/
The hook you need would be wp_head:
https://docs.generatepress.com/article/wp-head/
Hope this helps :)