Just started using wordpress software. Is it possible to get rid of the lower case only in comments? Seems like it converts all upper case letters to lower case for some reason.
Just started using wordpress software. Is it possible to get rid of the lower case only in comments? Seems like it converts all upper case letters to lower case for some reason.
Edit: This is probably editable in the theme's comments.php. I just don't know where to look in comments.php to change it.....can I have a hint from someone?
Hi,
You need to edit wp-includes/comment-template.php file and change display case to the lower with php strtolower function
Thanks,
Shane G.
This topic has been closed to new replies.