Title: fetch_feed Function Not Working
Last modified: August 20, 2016

---

# fetch_feed Function Not Working

 *  [gbrown88](https://wordpress.org/support/users/gbrown88/)
 * (@gbrown88)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/)
 * Hi,
 * I am running a WordPress network site and am trying to include feeds from other
   sites, outside my network, using the fetch_feed function. I have the same design
   set up on a regular install of WordPress and it is working fine but on the network
   blog its not. This is the error:
 * Fatal error: Call to undefined function fetch_feed()
 * Thanks
    grant

Viewing 15 replies - 1 through 15 (of 46 total)

1 [2](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/page/3/?output_format=md)
[4](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/page/4/?output_format=md)
[→](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/page/2/?output_format=md)

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/#post-2223453)
 * What’s your code? If it’s long (more than 10 lines or so) use pastebin.com and
   post a link 🙂
 *  Thread Starter [gbrown88](https://wordpress.org/support/users/gbrown88/)
 * (@gbrown88)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/#post-2223456)
 * Heres the code: [http://pastebin.com/QD6EC5Zx](http://pastebin.com/QD6EC5Zx)
 * Thanks
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/#post-2223518)
 * Try using fetch_rss() instead but also check out [http://perishablepress.com/press/2009/04/26/import-and-display-rss-feeds-in-wordpress/](http://perishablepress.com/press/2009/04/26/import-and-display-rss-feeds-in-wordpress/)
 *  Thread Starter [gbrown88](https://wordpress.org/support/users/gbrown88/)
 * (@gbrown88)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/#post-2223520)
 * Tried, fetch_rss, no go. For some reason its not recognizing the ABSPATH . WPINC
   variables either.
 *  Thread Starter [gbrown88](https://wordpress.org/support/users/gbrown88/)
 * (@gbrown88)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/#post-2223521)
 * And that article you sent says it only applies to WordPress 2.8 and earlier..
   There’s a link to one for newer versions and that’s the one I used.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/#post-2223535)
 * Oh HAH I thought I grabbed the right one….
 * Sorry about that.
 * Are you trying to do this in a posts or on the sidebar? I thought the RSS widget
   came default these days.
 *  Thread Starter [gbrown88](https://wordpress.org/support/users/gbrown88/)
 * (@gbrown88)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/#post-2223543)
 * Doing it in the footer, not in a widget area, just hard coding it in.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/#post-2223547)
 * Looking at [http://www.rantsports.com](http://www.rantsports.com) right now the
   feeds are kicking back “The feed is either empty or unavailable.”
 * Neither here nor there… Try reuploading the wp-admin and wp-includes folders.
   Maybe a file got corrupted.
 *  Thread Starter [gbrown88](https://wordpress.org/support/users/gbrown88/)
 * (@gbrown88)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/#post-2223567)
 * I’ll give the reuploads a try this evening. Thanks
 *  Thread Starter [gbrown88](https://wordpress.org/support/users/gbrown88/)
 * (@gbrown88)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/#post-2223614)
 * Just re-installed wp-admin and wp-includes.. doesn’t seem to be fixing it.. should
   I click the Update Network button?
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/#post-2223654)
 * Yes, update the network. That’ll kick all the sites a bit.
 *  Thread Starter [gbrown88](https://wordpress.org/support/users/gbrown88/)
 * (@gbrown88)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/#post-2223697)
 * Alright, I’m ran the update… still doesn’t want to import the feeds 🙁
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/#post-2223702)
 * Does it work if you try it in a widget?
 * Basically I’m wondering if feed imports work at ALL on your site.
 *  [Andrea Rennick](https://wordpress.org/support/users/andrea_r/)
 * (@andrea_r)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/#post-2223703)
 * And you’re filling in the parameters?
 * [http://codex.wordpress.org/Function_Reference/fetch_feed](http://codex.wordpress.org/Function_Reference/fetch_feed)
 *  Thread Starter [gbrown88](https://wordpress.org/support/users/gbrown88/)
 * (@gbrown88)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/#post-2223705)
 * Just added a Feed to the sidebar, running fine.
 * I did copy those parameters and filled everything.
 * Thanks

Viewing 15 replies - 1 through 15 (of 46 total)

1 [2](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/page/3/?output_format=md)
[4](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/page/4/?output_format=md)
[→](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/page/2/?output_format=md)

The topic ‘fetch_feed Function Not Working’ is closed to new replies.

## Tags

 * [fetch_feed](https://wordpress.org/support/topic-tag/fetch_feed/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 46 replies
 * 3 participants
 * Last reply from: [gbrown88](https://wordpress.org/support/users/gbrown88/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/fetch_feed-function-not-working-1/page/4/#post-2223868)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
