Get username from a Clerk user

I'm building a blog and I want to display the author's username at the of each blog but I don't know how to get it other than with useUser() hook or currentUser(), but the problem with these 2 solutions is that it displays the current user username. Any help would be much appreciated and sorry for my english
Was this page helpful?