Tagged Questions
0
votes
1answer
366 views
how to convert XML from URL to HTML
I would like to know how can I, in Wordpress, convert XML URL (for example http://www.baligam.co.il/products/rss) to HTML and show it in actual.
Maybe there is a plugin for this purpose?
Thanks,
0
votes
1answer
215 views
Forcing absolute <img> src links in the RSS feed
We are using relative image URLs in the post's HTML code. Looks like relative src links break on many RSS readers.
By default, Wordpress does not seem to prepare post's HTML for feed too much. Does ...