In the template, I want to show the author picture but only for certain people. How can I get the author name in PHP code but NOT have it display on the page?
The the_author() function is as close as I can get but that prints the author name on the page so I can't go $auth=the_author() and get data.