Theme dev: User generated content that’s private to the user that created it
-
Hi guys,
I’ve been search for what seems like ages for the winning tutorial, but apparently I’m lacking the required keywords. Hope you can help me out!
User stories for my custom WordPress theme:
– Enable registered users to create & edit custom post types (“content”) through the frontend
– Enable registered users who have created “content” to submit their content for admin review
– Enable admins to approve “content in review” for publication
– Publicly display approved content on a public archiveHow am I building the custom theme?
– For scratch. Ideal solution doesn’t use plugins.What did I learn so far?
– Processing frontend form submissions doesn’t seem to cover my case, as the content generated aren’t (?) necessarily linked to a user
– Repurposing “draft” content as “private” seems not to work because I can’t force a review when switching from one to the other
– .. not much else unfortunatelyHope you guys can hook me up with some tutorials or high-level principles I need to dive into to solve this (ideally without a lot of custom code, as I’m not exactly an expert).
Cheers!
Olivier
- The topic ‘Theme dev: User generated content that’s private to the user that created it’ is closed to new replies.