Our blog has a custom authors pages with the following:
Author Archive for <?php echo $curauth->display_name; ?>
But, strangely, it does not work for a few authors (but the majority, just fine). We made sure that their display name is set-up correctly, and they are -- in fact, it shows just fine for each post. But, just the author page is the problem.
Any help would be appreciated! Thanks!
BTW: We tried changing it to $curauth->nickname; wit the exact same authors' names not showing up.