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

Exclusive Content Password Protect

설명

Exclusive Content Password Protect is a plugin that allows you to hide a section (or multiple sections) of content on your page or post. Use this to create exclusive content that you only want email or RSS subscribers to have access to. Once they enter in the global password once, they will have access to all content from then on. Plus you can use passwords for certain sections to have even more exclusive content.

Arbitrary section

Features

  • Customable UI
  • Global password and custom password for each page/post
  • Easy to use

스크린샷

  • Front-end interface
  • Admin interface
  • Admin interface with color picker

설치

  1. Unzip the downloaded package and upload the ‘exclusive-content-password-protect’ folder into the ‘wp-content/plugins’ directory via FTP
  2. Login into your WordPress Admin Panel
  3. Activate the plugin ‘Exclusive Content Password Protect’ through the Plugins menu in WordPress
  4. Go to your post/page and put [password-protect][/password-protect] short code to protect certain section of your content.
    Note: You must enclosed your content like this [password-protect]your content here[/password-protect]
  5. You can customize the global password and interface by logging in your WordPress Admin and clicking the ‘Content Protect’ in your admin sidebar.

How to use:

Global password: [password-protect]your content here[/password-protect]

Custom password: [password-protect password=”MySecretContent”]your content here[/password-protect]

FAQ

Visit http://www.cliconomics.com/exclusive-content-password-protect/ for more details

후기

모든 4 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Exclusive Content Password Protect”(을)를 번역하세요.

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

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

변경이력

1.1.0

  • Fix form wont unlock since cookies are not saved.

1.0.9

  • Fix saving settings in admin panel.

1.0.8

  • Fixed jQuery.noConflict() issue.

1.0.7

  • Settings variable related to the plugin is now prefixed with ecpp_. This will prevent conflict with other plugin settings.
  • Fixed jQuery.noConflict() issue.

1.0.6

  • Fixed unlock entire site which have been locked whenever the user unlocks one page.

1.0.5

  • Moved js script to submit form via ajax to the main php plugin file.

1.0.4

  • Fix random display of ajax.php after form submission

1.0.2

  • Added default background image
  • Added screenshot