Our theme supports seamless integration with Mailchimp via the official Mailchimp plugin. This plugin allows you to easily connect your website to your Mailchimp account, enabling subscription forms, email marketing automation, and list management directly from your WordPress dashboard.
To get started:
- Install and Activate the Plugin
- Connect to Mailchimp: Enter your Mailchimp API key in the plugin settings to link your Mailchimp account.
- Add Subscription Forms: Use the plugin’s form builder or widgets to add subscription forms to any page, post, or sidebar area on your site.
Our theme generally includes styling for any custom forms, but you can use the following markup within this plugin for optimal design compatibility:
<input type="email" name="EMAIL" placeholder="Your email address" required />
<input type="submit" value="Sign up" />
<p class="terms">
By pressing the Sign up button, you confirm that you have read and are agreeing to our <a href="http://localhost:8888/wp-fabula/privacy-policy/" target="_blank">Privacy Policy</a> and <a href="http://localhost:8888/wp-fabula/terms-conditions/" target="_blank">Terms of Use</a>
</p>