I released Private Only 1.8 few hours ago. I have updated the built-in Block Feed feature. The sub plugin name Private Only, Disable Feed replaced that.
The Private Only, Disable Feed is a sub plugin of Private Only to disable or enable feed within private blogs or private sites, but we can apply it to non-private WordPress blogs or sites as a independent plugin.
It means we can install the Private Only, Disable Feed in WordPress blogs or sites without Private Only.
Install
1.Download Private Only plugin from WordPress.org plugin directory
2.Extract the Private Only zip file
3.Open plugin drectory, copy disablefeed.php to wp-content/plugins dir
4.Activate Private Only, Disable Feed via Plugin page in WP-Admin
How to modify a warning from Private Only, Disable Feed when someone access Feed?
Open disablefeed.php, find wp_die( __(‘<strong>Error:</strong> Feed unavailable!’) );, you change that to wp_die( __(‘No feed available,please visit our <a href=”‘. get_bloginfo(‘url’) .’”>homepage</a>!’) );
You can use code inside Private Only, Disable Feed-the plugin, apply it to your theme. It is useful for CMS themes.Copy Private Only, Disable Feed block code into your theme’s functions.php
Related posts:





Hi,
I was wandering : I use a parked theme until my blog is ready, while I can collect emails, so people can get notified of the opening of the site.
Is using Private Only, Disable Feed, also allow me disable the email updates?
Otherwise, if I work on my blog behind the wall, people that gave me their email address will receive my trials throught email… :- (
Tx for the input.
V
Private Only, Disable Feed cannot disable the email update. What are you using for email updates?
Feedburner.
Can I Disable Feeds on individual POSTs ??
No, you cannot disable feeds on indvidual posts