Version: 2.2 Conveniently close or open comments for a post or page with one click.
The commenting status link/button is only clickable is you have JavaScript enabled.
Green means the post is currently open for comments; red means the post is not currently open for comments.
You can customize the colors via CSS. .comment-state-1 indicates comments are open. .comment-state-0 indicates comments are closed.
By default, commenting status is represented using the • character. You can change this by filtering c2c_one_click_close_comments_click_char. Here's an example -- added to a theme's functions.php file -- to change it to a solid diamond:
add_filter( 'c2c_one_click_close_comments_click_char', create_function('$a', 'return "&diams";') );
Requires: 2.8 or higher
Compatible up to: 3.3.2
Last Updated: 2011-6-29
Downloads: 17,017
Got something to say? Need help?