MailChimp Subscribe Button Doesn't Appear in Wordpress

I recently added a MailChimp email subscriber widget to my Wordpress site and found that the Subscribe button (a fairly important feature!) didn’t appear.

Fortunately, the fix is quite easy. In your pasted in code, you will have something like this near the Subscribe button:

1
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>

To make the button appear, you need to remove the class="clear" part, leaving you with this:

1
<div><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>

I am using the Semprul theme but I understand this is an issue for other themes, too. Hope that helps!


Hi! Did you find this useful or interesting? I have an email list coming soon, but in the meantime, if you ready anything you fancy chatting about, I would love to hear from you. You can contact me here or at stephen ‘at’ logicalmoon.com