The default way that Wordpress present rss feeds is horrid. What I need is a way to show the images as well. For example, http://www.lonestarstangs.com has the rss feeds for http://www.mustangevolution.com on it but if you look at lonestarstangs.com it isnt showing the images that appear on mustangevolution.com
Is there a plugin or a way to do this?
__________________ Please login or register to view this content. Registration is FREE - Ford Mustang Enthusiast Website
Please login or register to view this content. Registration is FREE - General Music Discussion Forum
I visited mustangevolution.com and fetch the feed at mustangevolution.com/feed/ but unfortunately I can't see img tag of the image in the feed. Probably that was the reason it doesn't appear on lonerstarstangs.com?
For the latter to display image, the feed from the former has to include img tag where the src points the full uri of the image.
I visited mustangevolution.com and fetch the feed at mustangevolution.com/feed/ but unfortunately I can't see img tag of the image in the feed. Probably that was the reason it doesn't appear on lonerstarstangs.com?
For the latter to display image, the feed from the former has to include img tag where the src points the full uri of the image.
Hope that helps.
Why wont the images appear though? How do I get them in the feed?
__________________ Please login or register to view this content. Registration is FREE - Ford Mustang Enthusiast Website
Please login or register to view this content. Registration is FREE - General Music Discussion Forum
You might be able to modify wp_trim_excerpt function to include img tag in the strip_tags functions. I just take a glimpse at the code, but not sure though.
You might be able to modify wp_trim_excerpt function to include img tag in the strip_tags functions. I just take a glimpse at the code, but not sure though.
To allow img tag, use strip_tags($text, '<img>');
I have added that and it doesnt seem to be working
__________________ Please login or register to view this content. Registration is FREE - Ford Mustang Enthusiast Website
Please login or register to view this content. Registration is FREE - General Music Discussion Forum