Forums

Don't show sub pages on password protected page (3 posts)

  1. sccr410
    Member
    Posted 10 months ago #

    How can I tell if a page is password protected? If it is, I don't want to show it's child pages in a side navigation.

  2. fullthrottledevelopment
    Member
    Posted 6 months ago #

    global $post; if ( !post_password_required($post->ID) ) { show subpages };

  3. thelocallanding
    Member
    Posted 2 weeks ago #

    Hmm. Can you give a little more info on where/how to use that code, fullthrottle? I'm having the same problem as sccr410.

Reply

You must log in to post.

About this Topic