• Hi there,

    Firstly, I want to say “thanks!” for wp-insert. I use the “Ad – Middle Of Post Content” feature to insert a MailChimp signup form in the middle of my posts. I know this may be overkill but wp-insert is the only plugin I’ve found that can insert code in the middle of a post without screwing the post up.

    However, I’ve just noticed it inserting the form in my RSS feed, which I don’t want since I also use MailChimp’s RSS-to-email feature and the form doesn’t work after all that mangling. You can see an example post here, and the same post in my RSS feed here.

    I can’t see any options to control insertion of ads into the RSS feed; How do I stop wp-insert inserting the form in my feed?

    Thanks,
    Graham

    http://wordpress.org/extend/plugins/wp-insert/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Namith Jawahar

    (@namithjawahar)

    I hadnt thought about such situation occuring…I will add in an (ON/OFF) option for RSS Feeds in the rules section in the next release.

    Thread Starter Graham Stoney

    (@greyham)

    Thanks Namith; that would be awesome!

    Cheers,
    Graham

    Thread Starter Graham Stoney

    (@greyham)

    As a quick hack workaround in the meantime, I’ve added this line to the top of includes/inpostads/content.php:wp_insert_inpostads_filter_the_content: (just after the $options = … line):

    if (is_feed()) { return $content; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp-insert inserts "ad" in RSS feed’ is closed to new replies.