function wp_disable_feeds() { wp_die( __('No feeds available!') ); } add_action('do_feed', 'wp_disable_feeds', 1); add_action('do_feed_rdf', 'wp_disable_feeds', 1); add_action('do_feed_rss', 'wp_disable_feeds', 1); add_action('do_feed_rss2', 'wp_disable_feeds', 1); add_action('do_feed_atom', 'wp_disable_feeds', 1); add_action('do_feed_rss2_comments', 'wp_disable_feeds', 1); add_action('do_feed_atom_comments', 'wp_disable_feeds', 1); - Homeschool Fanatic