How can I retrieve the permalink to a user (author) profile dynamically outside the loop by ID?

an alternative to the_author_link(), but for outside the loop.

Example:

get_author_link($user_id);

2 Answers
2

I believe the function you want is get_author_posts_url.

Leave a Reply

Your email address will not be published. Required fields are marked *