Getting started
Install Pop the Lead on WordPress
Three install options for WordPress sites, from easiest to most technical.
Three options, easiest first. Pick whichever fits your setup.
Option 1: WPCode (recommended)
- Install the free WPCode plugin from the WordPress plugin directory.
- Go to WPCode → Headers & Footers in your WordPress admin.
- Paste the Pop the Lead snippet into the Footer field.
- Save changes.
Option 2: Theme Customizer
Some modern themes (Astra, Kadence, GeneratePress) include a built-in footer code field at Appearance → Customize → Additional Code. Paste the snippet there and publish.
Option 3: Edit theme files
If you're comfortable editing PHP, open footer.php in your child theme and paste the snippet before the closing </body> tag.
Always edit a child theme, never the parent theme — parent theme changes get wiped on the next update.
