I am setting up WordPress for a school. They want to enable teachers to have their own section of the site where they can create posts in different categories (assignments, events, etc).
I know that WordPress supports multiple authors and that I can show posts by those authors out of the box by going to http://domain.com/authors/{username}
.
However, instead of just showing all of the posts from different categories in one loop, I would like to allow the user to view posts by category and they can choose from a link menu.
Can anyone point me in the right direction on how to do this? Is there a way to create a url that would filter posts by author AND category?