Display custom post type posts first, then default posts
As I have stated in comments, you would want to use pre_get_posts to add your custom post type to your author archive pages. In addition, once that is done, it is easy to sort the posts, you simply need to run the main loop twice, once only sending the custom post type posts to screen … Read more