• Resolved Siegfried-Asgard

    (@siegfried-asgard)


    Hello I want to remove image from the RSS Feed and I only see the summary of the podcast.
    Because I have to use Featured Images plugin in RSS for Mailchimp, and in this way they create 2 images see example.
    Can I know in which file I have to work and what to do?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Siegfried-Asgard

    (@siegfried-asgard)

    UP?

    Thread Starter Siegfried-Asgard

    (@siegfried-asgard)

    sorry uppercase

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @siegfried-asgard!

    You can just remove the image in Podcasting -> Settings -> Feed details section. Though frankly saying I can’t imagine why you might need it.

    Hope this helps,
    Sergiy, development team.

    Thread Starter Siegfried-Asgard

    (@siegfried-asgard)

    Thank you for having replied, to specify not to deal with the cover image of the podcast but with the featured image on the website. If you see in the link understand. is it possible to remove it?

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    @siegfried-asgard

    The link you provided ( https://dormienti.org/sleeppodcast/feed/podcast/ ) is actually a feed URL, it’s not a regular website page. So it’s designed more for robots, not for people. You can try to change how it looks without removing the cover image tag, but you’ll need some programming knowledge there, and I’m not sure if you need to spend your time and resources on it.

    For example, you can just remove the styling there entirely by putting this code snippet in your functions.php:

    add_filter('ssp_enable_rss_stylesheet', '__return_false');

    But again, the question is why do you need it? Maybe you mean another page where you want to remove the featured image?

    Best regards,
    Sergiy

    Thread Starter Siegfried-Asgard

    (@siegfried-asgard)

    Ok resolve thanks

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    @siegfried-asgard

    You are welcome ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove RSS Feed Image’ is closed to new replies.