=== Post Encryption And Decryption === Contributors: Ludou Donate link: http://www.ludou.org/wordpress-plugin-post-encryption-and-decryption.html Tags: post, encryption, decryption Requires at least: 2.3 Tested up to: 3.1 Stable tag: 1.1 == Description == Post Encryption And Decryption is an plugin designed to help you quickly encrypt or decrypt all posts of specific category or tag. 该插件可以帮助您快速加密解密某个分类或某个标签下的所有的文章。 == Installation == 1. Upload to your plugins folder, usually `wp-content/plugins/` and unzip the file, it will create a `wp-content/plugins/post-encryption-and-decryption/` directory. 2. Activate the plugin on the plugin screen. 3. Go to Settings -> Post Encryption And Decryption 4. Now you can encrypt or decrypt all posts of specific category or tag 5. Done ** 安装 ** 1. 下载插件,解压缩,你将会看到一个文件夹post-encryption-and-decryption,然后将其放置到插件目录下,插件目录通常是 `wp-content/plugins/`; 2. 在后台对应的插件管理页激活该插件Post Encryption And Decryption; 3. 现在您可以在 设置 -> Post Encryption And Decryption 进行文章的加密和解密 4. 完成; == Uninstallation == 1. Go into admin->plugins ,disable Post Encryption And Decryption 2. Done. ** 卸载插件 ** 1. 进入后台 -> 插件,停用 Post Encryption And Decryption; 2. 如果您打算不再使用该插件,您可以将wp-content/plugins/post-encryption-and-decryption/目录删除; == Frequently Asked Questions == ** Will the plugin delete my data in the database? ** No! This plugin justs change the password of posts you choose. 1. 使用该插件会不会破坏我博客上的数据? 不会!该插件只会按照您的要求更改对应文章的密码信息,不会更改您博客上的其他数据。 == Changelog == = 1.1 = * Fix permissions bug in WordPress 3.0.1 * 修正了WordPress 3.0.1 出现 "您没有足够的权限访问这个页面" 的问题 = 1.0 = * First Version.