Skip to content

ezetech/wp-mailchimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

MailChimp&WordPress Integration

This plugin made for Eze.tech projects.

Install

Copy ezetech-mailchimp folder to plugin folder or use composer install ezetech/wp-mailchimp command.

Mailchimp set up

  • Get your MailChimp API key.
  • Make the template with Custom HTML Template. More info
  • You should have mc:edit='body' in the template. More info

Usage

Add to your function.php in active theme:

$api_key = 'your_mailchimp_api_key'; //required
$template_id = 123456; //required
$taxonomy = 'mailchimp_custom_taxonomy_name'; //default mailchimp_list
$email_post_type = 'email_post_type'; //default 'post'
add_theme_support('ezetech-mailchimp', $api_key, $template_id, $email_post_type, $taxonomy);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages