• Resolved Treadhouse

    (@treadhouse)


    I’m trying to add a mailchimp signup to the header of my site. I don’t know what this means:

    How to display a form in my template files?
    Use the mc4wp_form() function.

    I know where in my header.php file the code needs to go, but I don’t know what “mc4wp_form()” is or how to implement it.

    http://wordpress.org/plugins/mailchimp-for-wp/

Viewing 1 replies (of 1 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Treadhouse,

    You can go into your header.php and copy-paste the following line of code where you want the form to go.

    <?php if(function_exists('mc4wp_form')) { mc4wp_form(); } ?>

    That will show your sign-up form. 🙂

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Insert signup box in header?’ is closed to new replies.