Viewing 2 replies - 1 through 2 (of 2 total)
  • normally, comments are visible to everyone. But commenting depends on the settings. Setting it to “need to be registered to comment” will do that.
    Now, you can set commenting for every post individually. So make sure to deactivate this bit where you do not want people to comment.

    You can also create a category-X.php file, where X is the category ID, and leave the commenting codes in it, but remove them for category.php.

    But again, anyone can read comments. Do disable that you need to work with php …

    if (is_user_logged_in()) {
     //show comments
    }

    You might want to try Role Scoper. It has a bit of a steep learning curve but it has some awesome possibilities.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Registration Plus’ is closed to new replies.