Tagged Questions
0
votes
1answer
104 views
Wordpress Feed Error
When you access mysite's feed you get the error message shown below. I've checked my functions.php file that no have any extra space on bottom end of file.
error on line 1 at column 6: XML ...
0
votes
1answer
38 views
Embedded Feed Update
I am trying to embed a feed on my site. The plugin I am using is called Hungry Feed. I have the feed properly embedded and everything seems to be working except one thing. The feed updates...
How ...
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 = ...
1
vote
2answers
1k views
How to read the xml file in wordpress?
I have a feed link http://www.wdcdn.net/rss/presentation/library/client/iowa/id/128b053b916ea1f7f20233e8a26bc45d and I have to read all the elements of feed including credits, here is how the feed is ...