Need Wordpress Plugin developed to limit comments to certain categories. It would integrate with the current 'categories' option and have a box that said 'allow' or 'disallow' comments next to each category. if users checked 'disallow', no comments would show in that category. Please PM me or send quotes here or let me know if this already exists.
Not sure if there is a plugin, from a codebase, this could be done within meta data, for a checkbox switch and on the front end, to check that checkboxes value to be used in an if loop to run the comments_template() code or your comment theme.
yes but i want to put it on several blogs and modify files for several blogs is a nightmare.. that's why i need a plugin.
It could be done on the plugin level as well. The post meta system can be manipulated through there as well. So when you install this plugin through several sites, it will perform the same tasks.