이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

FT Password Protect Children Pages

설명

This plugin does one thing. If a page that is password protected has children pages, all children pages will be protected with the same password.

If the correct password is entered on the parent page or any of its children pages, all related pages will be viewable to the user.

The plugin protects unlimited levels of grandchildren pages via the $post->ancestors. It uses first ancestor that is password protected.

Additional Information

The plugin currently works by looking for parent pages that are password protected and applying the same restrictions the the currently being viewed child page. This means that the children pages do not actually get a password added to the database.

I’m trying to decide if this is the best way to proceeed or if I should take another route (such as adding / updating / removing passwords from children pages at the write or save post screen).

Please feel free to offer any suggestions or report any bugs here: [http://fullthrottledevelopment.com/password-protect-children-pages/]

Thanks!

설치

Upload the plugin to your plugins directory then activate it.

Ask Questions here: [http://fullthrottledevelopment.com/password-protect-children-pages/]

후기

2019년 12월 28일
Not only does it automatically protect the children pages, but it only requires your visitors to enter the password ONCE at the parent level. My children pages are coded as Visibility: Public, and it STILL protects them. I don't have to enter a password for every single one. This is AMAZING! Why does this plugin not have more reviews?!
모든 4 평가 읽기

기여자 & 개발자

“FT Password Protect Children Pages”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “FT Password Protect Children Pages”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.3

  • Fixed bug where children pages of non-protected parents had ‘Protected: ‘ prepended to the title.
  • In case where grandparent page is not protected but parent page was, child pages are now protected.

0.2

  • Added ability to protect all levels below initially protected page. Props to trevorgehman on the WP.org support forums for the tip.