Redirect feed to 404 page

There are three simple steps to get what you want: Hook into ‘template_redirect’ to act before the feed is displayed. If it is a feed send a 404 status header and load the 404 template. Here is a simple plugin that does it: <?php # -*- coding: utf-8 -*- /** * Plugin Name: T5 404 … Read more