這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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]

常見問題集

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

使用者評論

閱讀全部 4 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Exclusive Content Password Protect〉的開發相關工作。

參與者

變更記錄

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