Jon
asked 4 years ago

https://www.kindjuice.com/question/in-the-raw-alcohol-content/
Users have asked that their names be more private. I have tried adjusting their display name in the user profile and changing the author on the question, but nothing seems to remove the user’s last name which is what they are asking. Can you please explain how to do this for all questions? 

1 Answers
DominicStaff
answered 4 years ago

You can create the dwqa-templates/styles/default folder in the wp-content/themes/your-theme
and copy/paste the following files into the default folder in your theme.
content-question.php , content-single-question.php , content-single-answer.php, content-comment.php
Then open this files find the get_the_author() and replace it with the get_the_author_meta(‘first_name’)

Powered by DW Question & Answer Pro