• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • @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.

    Thread Starter andywt

    (@andywt)

    Thanks! I had a test account setup that I will delete to make it go away.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Subscribe2 Turn off Exclude Author’ is closed to new replies.