=== Easy2hide === Contributors: Lorz Donate link: http://lorz.me/ Tags: posts, content, hide Requires at least: 2.0.2 Tested up to: 2.7.1 Stable tag: 0.3.2 You could hide some words in posts , then those who have not replied to any posts will not see them. == Description == Click the "easy2hide" button in HTMLeditor , to put your words needed to hide between"<!--easy2hide start-->" and "<!--easy2hide end-->", You could learn more here. == Installation == 1. Upload `easy2hide.php` to the `/wp-content/plugins/easy2hide` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Screenshots == 1. Here is the button. == Frequently Asked Questions == Q : How can I do if I want show the hidden words in rss ? A : Just Change the code isset($_COOKIE['comment_author_'.COOKIEHASH]) or current_user_can('level_0') into isset($_COOKIE['comment_author_'.COOKIEHASH]) or is_feed() or current_user_can('level_0') , at 26th line in easy2hide.php . = How to use ? = You can write posts like this: Hello! Welcome back ! Thanks!