• I am using Custom Post Types in my WordPress installation. It will be great to have this option available in order to automatically create campaigns on MailChimp from WordPress using AutoChimp.

    I thought (from this URL ) that custom post types will be introduced in 2.1.* but I could not find this option in the latest version of AutoChimp 2.15

    Do you have plans to add this feature in the next release?

    Thanks,

    http://wordpress.org/plugins/autochimp/

Viewing 5 replies - 1 through 5 (of 5 total)
  • This option could be considered? There is some expectation? Thank you.

    It’s listed as an available feature for 2.1* yet I don’t see it.

    I’m trying to create Autochimp campaigns for events created using The Events Calendar Pro.

    Any progress or alternative solutions to this? As with waitfortheword, I need to integrate with The Events Calendar.

    I found a way to apply regular categories to Events postings hoping it would trigger autochimp but it doesn’t seems to work.

    I couldn’t find it either in the plugin. I tried contacting the creator, but no luck.

    I changed the plugin myself.
    Open “autochimp.php” in the plugin folder.
    Search for this line:
    add_action('publish_post','AC_OnPublishPost' );
    change it or add a line to give support to your contenttype like this:
    add_action('publish_mycontenttype','AC_OnPublishPost' );

    I hope this helps.
    /Tim

    Hi, I’ve also tried to contact the author because I can’t see where CPT is support in the settings panel.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘AutoChimp and Custom Post Types’ is closed to new replies.