• I’ve installed AutoChimp on my wordpress blog, the reason is i want mailchimp to auto send a mail everytime im creating a blog post.

    The configuration of AutoChimp is like they said i need in the documentation.

    AutoChimp Register the creation, and sends a mail when i add a post in wordpress, but in the mail i just recive “…”, i’ve added a mc-edit=”main” in a div, as the documentation says. But i can’t see where the conflict is? The div should contain the post title, the posts description..

    thanks

    https://wordpress.org/plugins/autochimp/

Viewing 1 replies (of 1 total)
  • Here is what I did to get this to work. Edit the aytochimp.php file and change line 769 from

    $postContent = AC_TrimExcerpt( $post->post_content );

    to

    $postContent = wp_trim_words( $post->post_content, 55, '...' );

    Seems to be working for me.

Viewing 1 replies (of 1 total)
  • The topic ‘AutoChimp sends mail but no content’ is closed to new replies.