In the comments loop, I need to display the user first name (which is required during registration) instead of the login user name, or the user chosen display name.
So instead of
<?php comment_author_link() ?></cite> Says:
I will need <? php //echo here the first name of author; ?> ?></cite> Says:`
Any ideas?