How can i list current author’s categories?

try something like this…

you need to first call global $post;

then get the author id like $author_id = $post->post_author;

Leave a Comment