Hi guys, I wonder if there’s a way to hide who’s replying to a certain topic?
I installed always-anonymous-categories plugin. And I enabled Force posts to be anonymous for a category to make it easier for users to post anonymously there. But this problem comes, in some rare cases, people can see who’s attempting to reply to an anonymous topic, when a user replies without entering anonymous mode.
After a little exploration, I believe you can use a touch of CSS to target hiding it for a specific category. I’ve only given it a brief test, but it seems to work as expected (replace SLUG for the slug of your category):
It does work by using the category slug, rather than the category name. Could it be possible that something has gone awry adding yours to the code snippet?