Is there any way to remove the "Do not send notifications for post made by these authors" option on the subscription form? My blog has only one author and I want to minimize confusion with my users.
Is there any way to remove the "Do not send notifications for post made by these authors" option on the subscription form? My blog has only one author and I want to minimize confusion with my users.
@andywt,
The only way in version 7.1 would be to edit the code. In order for the form to be visible though you must have more than one Users with Authoring capabilities.
Look in the Subscribe2.php file at around line 2556 for this line"
if ( count($this->get_authors()) > 1 ) {
And comment out that entire 'if' block.
Thanks! I had a test account setup that I will delete to make it go away.
You must log in to post.