My overall goal is to have multiple users that post blogs. On the main page I will display 10 of the most recent blogs (by any user). Then I want to have each user to have their 'own' page that only displays their posts.
I can think of two ways:
1. one blog, then set up all my users, and figure out how to display only certain posts on certain pages. I don't know if this is built-in to WP (abcblog.com/user1, abcblog.com/user2)? Or maybe have to create new pages that use some php a long the lines of <get_userpost(user#)> (if this exists, I don't know).
2. have a separate blog (database) for each user (seems like more work than it should be).
Any help would be appreciated - hopefully there is some built-in functionality that I am overlooking which can help me, and if not pointers on accomplishing my goals would be great.
Thanks