We are working on a website with users that can log into the front-end of the site as members, as well as a few that can log into the backend of the site as super admins.
The members are allowed to comment on entries in the site. As of now, comments are published using Authors’ real name. We use the screen_name field for this. We’d like to change this so that comments output Comment Author Username instead of the author’s screen name.
What can we do to resolve this?