=== Easy2hide === Contributors: Lorz Donate link: http://lorz.me/ Tags: posts, content, hide Requires at least: 2.7 Tested up to: 2.7.1 Stable tag: 0.4 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-->". if you want vistor must reply to current post to read some words, just use : <!--easy2hide start{reply\_to\_this=true}-->some words <!--easy2hide end--> in editor ; else empty the letters between '{' and '}'. 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 if (is_feed()){return} , into the 24th line in easy2hide.php . = How to use ? = You can write posts like this: Hello! <!--easy2hide start--> Welcome back !<!--easy2hide end--> Thanks!