WordPress comes with RSS feeds automatically.
Out of the box.
There is something wrong with the RSS feed for a site I’m helping to manage. I notice that with my own blog, when I use Feedburner, the title of the blog shows correctly, i.e, My Life in Stockholm.
On the blog that is not exporting RSS correctly, the title is shown as http://www.mobilemediaapplications.com/wp-rss2.php
This is how the details of the feed are summarized on Feedburner (with the error message that the feed is not working):
ListName: http://www.mobilemediaapplications.com/wp-rss2.php
URL: http://www.mobilemediaapplications.com/wp-rss2.php
Description: http://www.mobilemediaapplications.com/wp-rss2.php
I really know nothing about code, so any simple straightforward advice would be most appreciated!
Thanks!
When I tried to get the feed for my WordPress blog: http://blogglestats.wordpress.com/about-blogglestats/feed, I notice the description is truncated. Is there any way to get the full description?
Thx.
I have an rss feed problem. I have just had my server changed from linus to a windows one. My rss used to work fine, but now I have problems. It just spews out text and not code when I link to it.
http://www.asia-stat.com/na020806.rss
Can anyone help?
I don’t think my rss has ever worked. Can you help me fix it. This is the error I get…
“
XML Parsing Error: xml declaration not at start of external entity
Location: http://thedomesticdiva.org/blog/wp-feed.php
Line Number 2, Column 1:<?xml version=”1.0″ encoding=”UTF-8″?>
^
”
My RSS feeds show up fine in my browser. However my problem is trying to read it with PHP. I’m trying to parse out the information. My host uses a script called CURL to pull in information. However when I pull in the RSS information with CURL the information it prints looks like it’s about the feed not nessecarily with the feed. Anyone have any luck reading in their RSS feed via CURL or even file_get_contents?