Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Curtiss Grymala

    (@cgrymala)

    I am working on a new version that will include an ignore_protected attribute that will allow you to leave password-protected posts out of the list.

    Thread Starter kapsol

    (@kapsol)

    Is there something I can do in the meanwhile? Some conditional I can add to the plugin? Like:

    if ( post_password_required() ) {
        return;
    } else {
        // Normal output goes here
    }

    Would that work?

    Thread Starter kapsol

    (@kapsol)

    Hi! I see that the new version has that attribute, but it is not working. I set it to ‘true’ and it did not suppress the password protected post.

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

The topic ‘Suppress Password Protected Posts’ is closed to new replies.