Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,
    Cover pictures are added with this 2 hooks:

    add_filter( 'the_excerpt_rss', 'feedzy_insert_thumbnail_RSS' );
    add_filter( 'the_content_feed', 'feedzy_insert_thumbnail_RSS' );

    So, you just have to remove those filter with this:

    remove_filter( 'the_excerpt_rss', 'feedzy_insert_thumbnail_RSS' );
    remove_filter( 'the_content_feed', 'feedzy_insert_thumbnail_RSS' );

    Keep in mind that there is a cache duration of 12houres, in feedzy, that mean you won’t see changes directly. But if directly open your feed URL, you’ll see that change.

    Cheers

    (duplicate – to remove)

    mw128

    (@mw128)

    I had the same problem. I didn’t expect this plugin to do anything to my blog’s feed– I thought it was only for displaying other feeds! It seems solved now that I commented out the functions but I’ll have to do that after each update ??

    Hi,
    As written in the plugin page :

    By activating this plugin, your cover picture will be inserted into your RSS feeds. By doing so, you’ll make it will easier for external sites to retrieve images from your feeds.

    You don’t have to comment anything in the plugin, never!
    Juste paste the above two lines in your theme’s functions.php file and everything will be OK for ever…
    Cheers

    mw128

    (@mw128)

    Thanks

    Hmm, so if I’m having trouble with fetching pictures from my other blogs, should I just add this plugin to source blogs, and it will add pictures to feed? ?? Could it work? Or I’ll need other plugins to control pictures of source blog?

    Very promising plugin, thanks!

    Hi,
    Yes it will work, but if you already use this feed you have to know that :

    there is a cache duration of 12houres, in feedzy, that mean you won’t see changes directly. But if directly open your feed URL, you’ll see that change.

    Cheers

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Turn off cover picture added to my blog's RSS Feed’ is closed to new replies.