Just wanted to Pull Author’s Link

If the_author_meta is already working for you, you should be able to use get_the_author_meta('ID') to pass with the get_author_posts_url();

So, like this:

<a href="https://wordpress.stackexchange.com/questions/269316/<?php echo get_author_posts_url( get_the_author_meta("ID') ); ?>">Read More</a>

Let me know if that works for you!

Leave a Comment