I'm building a site using User Frontend Pro (http://wedevs.com/plugin/wp-user-frontend-pro/)to allow users to create their own post and pages from the front end. The idea is to keep the site as simple as possible for people who find the back-end of WP a bit daunting.
The pages are the "Main" item, and then the posts are updates on this (Ie. The page is "My Car" and the posts are "Service history")
I want a way to allow users to to connect posts to the pages they create (and they may have multiple pages), and keep it user specific.
What I was thinking was to automatically assign a custom taxonomy to each page on creation, and have this visible only to the user who created the page. They can then assign this to any post, so they all group together in a category page.
The problem is I am not too sure how to go about: a) Automatically creating the taxonomy b) Linking this only to the user who created it c) If this is in fact the right way to do it