• Hy there. BTW – Love your work

    In the past days I have some issues with the feature images, they are not showing up. This problem persists only for the last posts, for the older ones, the feature image is ok.
    I’m using Mailchimp as the mail provider for my subscribers.

    Thanks in advance!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    This is an interesting one–when I check the feed in Feedly, the images show, but in MailChimp, you’re right, they’re not. Specifically, in MailChimp, the image is returning a 403/forbidden error. Since your site is fine, it’s more likely a file permissions issue, I’m guessing. I found this post with some options for digging into what might be causing 403 errors, which may help you diagnose what’s going on.

    I’m sorry to not have a quick answer for you, but hope this helps you get started.

    Thread Starter cristibanciu

    (@cristibanciu)

    It works fine now!
    I would like to ask you something new. Is it possible to show on rss feed only the title of the post and the feature image? and if it’s possible, what should i change in the settings?

    Thanks in advance!

    Plugin Author Robin Cornett

    (@littlerchicken)

    You should be able to use this code to remove the text from the description/summary (image and “continue reading…” text will still show):

    
    add_filter( 'send_images_rss_trim_excerpt', '__return_empty_string' );
    

    The code will need to be added to your theme’s functions.php file or someplace similar, so please use caution here. Practice safe coding, back up your files, etc. Hope that helps–

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘feature image not showing up’ is closed to new replies.