I am working on a site that's running the latest version of Wordpress. I have multiple users that are assigned to different User Roles (contributor, author, admin, etc.). I'm looking for a way to change the color of a user's name when it is displayed. I'm currently using the function <?php the_author()?> to display the user's name. I would like to have a different color for each level of user. Is there something simple that I may be overlooking? I've been searching and surprisingly enough haven't found anything. Thanks guys.
Bonus Question: Does anyone know of a good tutorial for editing the WP admin area? I've found some tutorials, but they were fairly old.
#changing #color #depending #role #user #username