Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am trying to get an rss feed from another wp site I did and display it on a new site.

The url I cannot properly read (generates fopen error, and yes fopen is enabled via php.ini) is this dablogitecture.com/feed/

Another wp site I did and used it's feed instead for a test that works is: westgroupdesigns.com/feed/

Looking at the two feeds, does anyone know why the first one wouldn't work and the second on does work?

A test showing these two feeds are below the footer here: http://ericmcarlisle.com/

Thanks.

Mike

share|improve this question
3  
On dablogitecture.com you are using the feed url http://dablogitecture.com/rss2/. Change this to http://dablogitecture.com/feed/. The latter URL works in both my browser and feed reader. – bungeshea Nov 19 '12 at 19:17

closed as too localized by toscho Nov 19 '12 at 22:26

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.