Popis
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 );
Inštalácia
- Upload
rss-featured-image
to the/wp-content/plugins/
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress
- That’s all 🙂 Can you believe it?
Recenzie
Prispievatelia a vývojári
“RSS Featured Image” je softvér s otvoreným zdrojovým kódom. Do tohto pluginu prispeli nasledujúci ľudia.
Prispievatelia„RSS Featured Image“ bol preložený do 2 jazykov. Ďakujeme prekladateľom za ich príspevky.
Preložiť „RSS Featured Image“ do vašho jazyka.
Máte záujem o vývoj?
Prehľadávajte zdrojový kód, preskúmajte SVN repozitár, alebo sa prihláste na odber vývojárskeho logu cez RSS.
Zoznam zmien
1.0.6
- Update: WordPress 6+.
- Info: This plugin has currently no visibility on the WordPress Repository. If you like it, for its survival, do not hesitate to share a little review here.
1.0.5
- Update: WordPress 5.0.
1.0.0
- Add: Filter to choose the size.
0.0.1
- First release.