Tagged Questions
0
votes
1answer
866 views
How to add post featured image to RSS item tag?
I am able to add a post featured image to the RSS feed like so:
function insertThumbnailRSS($content) {
global $post;
if(has_post_thumbnail($post->ID)){
$content = ...