Displaying posts that belong to a specific author

After setting a taxonomy/post_type you firstly need to flush the rewrite rules. To achieve this you could either run $ wp rewrite flush if you have installed the wp-cli or go to “Settings->Permalinks” and save once. To list a taxonomy in the frontend the url would be example.com/author-team/tom. You could also access the taxonomy url via backend “Post->Author-Team” and then hover over a taxonomy. In the quick menu will be a link “view”.