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

Access Category Password

설명

This plugin makes it possible to restrict the access of posts contained in categories by setting a password and giving the impacted categories. The content and the excerpt of these posts are replaced by a password form that the user can fill out to get access. The WordPress generated feeds are modified (the description is replaced by a sentence that you can define).

Here’s the list of the settings (see screenshots for further infos):

  • Choose between session or cookie authentication
  • Set the password
  • Check the categories that has to be protected
  • Check the users granted to access the categories without password
  • Tell if the excerpt should be displayed or not in resources listing
  • Display a custom excerpt before password field
  • Set the info message that display before the password form
  • Set the placeholder in password field
  • Set the error message when typing the wrong password
  • Set the valdation button text
  • Set the text replacing the feed item description of protected posts
  • You can style the form using the available classes

Availabe languages : English (1.5), French (1.5), Simplified Chinese (thanks to Changmeng Hu, 1.4), German (1.4).

This plugin uses php Sessions (more secure) or a Cookie (less secure) to keep in mind the authenticated users. The password is crypted before it is stored. The regular feed content is filtered to avoid content display of restricted categories posts.

스크린샷

  • Access Category Password options page (beginning with version 1.4)
  • Protected content in Twenty Fifteen Theme
  • When wrong password...

설치

  1. Type “access category password” in the extension adding search form and install it or, after dowloaded the package, extract the access-category-password directory and upload it to the /wp-content/plugins/ directory of your WordPress installation
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Go to Settings » Access Category Password to set up the plugin

FAQ

Could I protect more than one category

Yes. You just have to check the right checkboxes in the plugin options screen.

Could I style the password form?

Yes. Beginning with version 1.4 of Access Category Password. You can add in your regular theme stylesheet (style.css) or the dedicated file in the plugin folder (acpwd.css) the selectors and their properties. Here are the available classes:
* acpwd-container class: the container of all elements that replace the content.
* acpwd-added-excerpt class: the <p> tag containing the customized excerpt. (added in version 1.5)
* acpwd-info-message class: the <p> tag containing the info message.
* acpwd-form class: the <form> tag.
* acpwd-pass class: the <input type="password"> tag.
* acpwd-submit class: the <input type="submit"> tag.
* acpwd-error-message class: the <p> tag containing the error message.

Could I display the excerpt or content of a post in the listing but not the content of the single post view?

Yes. You just have to check the “Only single posts” checkbox in admin options panel. The content of the single post view will be protected. This will allow to display regular excerpt of protected posts on other pages like category, homepage, search, and so on… (if your template shows only the excerpt on these pages)

Could I set more than one Password?

No, sorry, I wanted to keep the plugin simple. But this would be a functionnality that could be added later,…

Are the attachments in the posts protected ?

No, sorry, I didn’t find yet a solution to solve this. So if someone gets the link to the attachment of a protected post, he will be able to download it.

후기

2020년 7월 19일
This plugin does what it says. Extremely helpful for managing your WordPress content access. It allows you to control access based on user roles. If you are running a membership site, you'll find it especially handy. Plus, it's totally free. I give it a 5 star rating!
2019년 12월 6일 1 reply
protection type COOKIE is insecure. If User set browser COOKIE, he can access protected posts. --- protection type がCOOKIEの場合は安全面に問題があります。 ある名称のCOOKIEをブラウザに埋め込めば保護された投稿にアクセス可能で、それはとても簡単にできます。
2019년 6월 16일
This nice little plugin is exactly the thing I sought for. I didn't want to mess with account logins for each single; I just wanted to restrict access to some materials in my website, and grant access by one single password, which I can change from time to time. My sincere gratitude to the maker of this plugin. Excellent job and highly recommended!
모든 13 평가 읽기

기여자 & 개발자

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

기여자

“Access Category Password”(이)가 3(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Access Category Password”(을)를 번역하세요.

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

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

변경이력

1.5.1

  • Working also now on Posts without text

1.5

  • Added new way to protect categories (you have the choice between session or cookie)
  • Define the cookie expiration time
  • Form styling
  • Possibility to add custom excerpt before password form
  • uninstalling the plugin remove all metadatas
  • Fixed replacing the content of resources that aren’t in main query

1.4.1

  • Fixed text domain issue.

1.4

  • possibility to grant the selected roles to get access without providing the password.
  • Make it possible to show the excerpt (in category listing for instance) even if the article is protected.
  • Added zn_CN (thanks to Changmeng Hu) and de_DE translation.
  • Added classes to password form to ease the styling.
  • Fixed impossible to add working html tags to info message.

1.3

  • Fixed the modified info message (in admin option panel) not beeing taken in account on frontpage.
  • Added the possibility to change the validation button string.
  • Better submitting text filtering in admin panel (using WP esc_attr() function)
  • Fixed obsolete description strings.

1.2

  • Fixed the characters already sent error on activation (it was simply an encoding issue).
  • Keep now the regular feed (doesn’t replace it) and sanitize it.
  • Better session handling (session destroy on logout).

1.1

  • Fixed wrong custom feed template inclusion path. Sorry for that!

1.0

  • First release. Thanks for your feedback!