I am about to create a custom RSS feed for my WordPress blog. Although I am pretty unsure of what I am exactly doing.
The feed needs to send following:
Featured image - 600 x 300 px
Description - First 140 characters of the post
Link - Link to the blog post
Title - Title of the blog post
I have followed the guide published by WPBeginner, but sadly it doesn't make me any smarter.
Does anyone have a solution for this? It would be highly appreciated. Thanks guys.
Add custom size image in your theme
functions.php
For to limit words you can call the function
wp_trim_words
The link and Title are most likely within the original Wordpress template you can choose to re-organize it.
And call it within a custom RSS template.
You can lookup the wordpress link.