Tagged Questions
0
votes
2answers
234 views
Link to RSS feed not clickable?
Having recently installed a theme update on an inherited premium theme, I am facing a minor irritation that I do not have the coding knowledge to solve.
The theme displays a link to RSS feeds for ...
2
votes
1answer
445 views
How do I remove RSS feeds from themes?
How do I remove RSS feeds from being listed in the HTML source? Like I want to remove the following:
<link rel="alternate" type="application/rss+xml" href="foo.com">
I don't want to remove ...
1
vote
1answer
767 views
How to enable thumbnails in RSS dashboard widget
I'm successfully using fetch_feed() to display an RSS feed inside a dashboard widget. However, I'm unable to load the thumbnail image from the items in the feed. I'm attempting to do it with the ...