$p = get_author_posts_url( get_the_author_meta( 'ID' ), get_the_author_meta( 'user_nicename' ) );

echo '<a class="button" style="margin-top: 10px; margin-left: 12px;" href="'.$p.'">Users Posts</a>';