Skip to content

Instantly share code, notes, and snippets.

@dangayle
Created November 6, 2012 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dangayle/4027095 to your computer and use it in GitHub Desktop.
Save dangayle/4027095 to your computer and use it in GitHub Desktop.
Incorrect way to import RSS feeds
<?php
include_once(ABSPATH.WPINC.'/rss.php');
wp_rss('http://feeds.feedburner.com/wprecipes', 3);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment