No first image in Feedly and other RSS Reader

Posted in: Newspaper
Post count: 14

In popular programs and services RSS, Feedly does not display the first image of the post (miniature). I would like to correct, and then in the film people only see the second picture. Picture – http://take.ms/u1ucX

2. Pocket bug (http://getpocket.com/)

its pocket – http://take.ms/8iMJF3

its original posts – http://take.ms/E9H0gv

  • This topic was modified 12 years by Calius.
Post count: 3343

Hello,
For image in RSS add this code in functions.php

function insertThumbnailRSS($content) {
global $post;
if ( has_post_thumbnail( $post->ID ) ){
$content = '' . get_the_post_thumbnail( $post->ID, 'thumbnail', array( 'alt' => get_the_title(), 'title' => get_the_title(), 'style' => 'float:right;' ) ) . '' . $content;
}
return $content;
}
add_filter('the_excerpt_rss', 'insertThumbnailRSS');
add_filter('the_content_feed', 'insertThumbnailRSS');

2. Screenshot doesn’t work to see the issue.

Thanks for the message!

Post count: 14

Screenshot work.

still see it here http://take.ms/YbgMu
too much padding, when added to the first photo caption

Post count: 14

I put in the code, but the tape is still not visible on the first image. Help please.

Post count: 14

put the function at the very end, there were miniatures, but why are they so small? Need a picture with a normal size as the website. that need to be fixed?

Now this: http://take.ms/PhUCI0

  • This reply was modified 12 years by Calius.
Post count: 3343

Hello,

Sorry but for me not work the screenshot, please use another service for photo screen sharing. http://screencast.com/t/6dd791qy

Could you provide us you site URL to see the issues.
Thanks

Post count: 14
Post count: 3343

Hello,
Sorry but i don’t understand what is in that images and what issue do you have. Why you have blurred? DO you want to decrease the bottom space on the images with caption?
http://screencast.com/t/Gc78czfd

Thanks

Post count: 3

I’m having the same problem here. The images being displayed at feedly and other services — are from one of the modules at the sidebar, and not the post’s featured image itself. The image changes along with sidebar’s module. As a new post gets to be displayed within this module, the post’s thumb is picked as the image to be displayed at the feed. As a result, most of the time the posts end up using the same image.

check it out: http://cl.ly/image/0Q3l0j3q3s2e

The same happens in my website’s mobile app
http://cl.ly/image/3s3Z0W331d0a

I tried the code above and nothing happened.

I hope you can help me.

Post count: 780

@aticca can you let me know what version of our theme are you using?

Thanks for reporting this, we will investigate it and fix it.

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.