plugin-icon

RSS Featured Image

제작자: Jordy Meow·
Add the featured image into your RSS feed (in the media:content). Works nicely with Mailchimp (|RSSITEM:IMAGE|). Light and simple, no options, no clut …
등급
5/5
버전
1.0.6
활성화된 설치 항목
2K
최근 업데이트일
Oct 12, 2023
RSS Featured Image

RSS Featured Image adds the featured image into your RSS feed (in the media:content). It works nicely with Mailchimp (|RSSITEM:IMAGE|). In fact, it basically does the same thing as another (and more famous) plugin but without cluttering your WordPress Admin. This is a simple task, and I believe it should be invisible and run peacefuly in the background, with no impact on the UI and the overall WordPress performance.

Usage

By default, the size of the image is “large”. I think it would be a shame to add new options to your WordPress admin only for this, so if you want to change the size, I propose you a filter 🙂 You can include some code in your functions.php to take care of this. This is how you can use it:

function thumbnail_size_for_rss( $default ) { return ‘thumbnail’; } add_filter( ‘rfi_rss_image_size’, ‘thumbnail_size_for_rss’, 10, 1 );

무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 6.3.7
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.