Development
Protected Post Password Hint
If you have ever thought of providing password hint for any protected posts, this plugin will be useful. It replaces the boiler-plate password form with a form containing hints.
Traditionally all password protected posts contain a string looking like:

Without any capability to change the string, one must provide the hint in another post, which is a bit clumsy. Not to mention, people viewing the single protected post only will be unable to see the hint at all. With this plugin protected posts are more usable.
Usage
A picture is worth a hundred words:
The password hint is taken from a certain custom field within the protected post, with key name ‘password_hint’. If this key is present, the value of key is immediately taken as the password hint. Without the key, the standard password form is shown again… well, with some little enhancement actually. The password form will not be mangled by content autoformatting done by WordPress, and you can change the style of password form with style sheets!
Download
Please visit corresponding WordPress plugin page.
Installation
- Decompress zip file
- Copy
protected-post-password-hint.phpto plugin subfolder (usuallywp-content/plugins/) - Activate plugin in WordPress admin page. No configuration needed.
License
This plugin is released under BSD license.
Version History
Version 1.0 (2008-08-11)
Initial Release.


It’s a very good plugin.. I am using it now..
thank you dog dog ….
我本來打算以這個”密碼提示”作為我的第一個wordperss的插件呢,看來還是不用了吧,狗爺已經做了,哈哈.
可惜還沒學習php阿~所以遲遲沒開始~不知何年何月才玩插件吧.呵.
謝謝狗爺~~
PS: 不過wordpress官方blog不能裝插件呢…能建議它們安裝這個為內置function嗎?
基本上沒甚麼可能,因為 wordpress.com 是以商業模式運作的,要加哪個插件,可以說都是商業決定。
您好,我經由路人的推薦得知此可以提示密碼的插件,但方才實際安裝啟用的結果發現似乎還沒支援到2.7,想請問作者您會考慮做更新版本嗎?此插件對於鎖密碼但無法出現提示的文章來說是很貼心的設定,希望會有用到此插件的機會。
我因為未將 WordPress 更新至 2.7 (WordPress 的 x.x.0 版本一向都不可靠),所以不知道它和 2.7 不兼容。這幾天內會安裝 2.7 測試一下,並更新這個插件。
@夏維:
剛測試過,它在 2.7 也能正常使用啊。請問你在使用時出現甚麼問題?
另外,如果要顯示密碼提示,是需要在 custom field 內加上提示的,詳情請留意上面 usage 那一段。
您好,因為完全沒使用過custom field(自訂欄位)所以平常是不讓它顯現的,經您的提醒後再去摸索一會兒後已經知道使用方法了:)
只是對於WP不能只把繼續閱讀的部份加密覺得有點麻煩^^”
很感謝您製作的插件ˇ
You could also look at the new better-protected-pages plugin at the wordpress website, which allows you to format wordpress protected pages to match your theme.
我在wordpress 2.9.1 中文繁體版中不能使用這個plugin,請問會否作出更新呢?
我並未測試它和 2.9.x 的兼容性,會在這幾日內嘗試進行。可否告知它出了甚麼問題,有甚麼癥狀?
楼上的那位,没问题的,这个和版本无关,2.0以后全无问题的。
對,測試後也沒有發現任何問題,但我是用原本的 2.9.x 英文版。
I have recently installed your plugin and found that the FIRST time I tried to access my site, it would give me the “password protected” thing along with the hint.
But once the password was successfully input, subsequent visits to the site would no longer require password access.
Is this something to do with your plugin, or is it a Wordpress privacy setting thing?
Thanks
Peter
This is the expected behavior, WordPress does that by default, no matter this plugin is present or not. Actually upon first success entrance of password, WordPress stores it in browser cookie, so any subsequent access to protected posts wouldn’t require entering password again.