Using Wordpress to create a simple web app (SaaS)
I want to create a fairly simple web application using Wordpress, making use of the built-in functionalities it offers.
The app would a personal journal. New entries would be posts, user can choose categories, add tags, and fill out custom fields.
Basic flow is this:
- User creates an account to access the site
- User can can view, edit, delete, and publish posts on the frontend
- User can view statistics about their own posts (total number, by category, by tag)
- User can edit their account information on the frontend
I want to create the same look/design for everybody, but every user should only have access to their own posts. Other things I mentioned above can be done with various plugins, but I'm not sure how I can "restrict" the website for each user.
In Short: I want to create and style a Wordpress website, but have it function in a way that every user sees it as their "private" profile.
What is the best, simplest way to achieve this?
Topic profiles framework plugin-development plugins Wordpress statistics
Category Web