Archived topic
Mailchimp Pop-up form on Blog and Single Post pages only
3 replies · Started by Vinod on January 8, 2020
Hello,
I'd like to the mailchimp pop-up form to appear only the blog page and the single post page - nowhere else.
I have the code needed, but can't figure out where to insert it to get this specific result in Generatepress theme. Mailchimp instructions of where to add the script don't seem to make sense for the files I see in my theme editor.
How do I achieve this?
Hi there,
you can use the Hook Element to add the code into the wp_footer :
https://docs.generatepress.com/article/hooks-element-overview/
That worked like a charm. Thank you.
You're welcome