I've been trying to customize the way my blog formats information on it's posts. Below the avatar, I'd also like it to show the role of the person that posted and the amount of posts that user has. What I want is the PHP tags I would need to use in order to make them appear, if that's even a possibility.
For instance it would potentially look something like this
USER ROLE (POST COUNT)
Incase your confused what I mean by the user role is like Admin, Editor, Contributor, ect. I want to know what PHP tags I could use to call this information.
Thank you! I hope someone can help!