Customizing the Back-End
-
I have a WordPress site which I will allow users to add content (not posts, but posts will represent my main item). I cannot allow users to access pages under /wp-admin, because it exposes other controls, and it looks like WordPress; the implementation must be hidden from users.
What are my options? For example, I need to allow users to add posts, edit posts, and assign categories and an excerpt to posts; yet they can’t do this through the usual “New Post” link. Is the only option to create my own pages that post to the DB?
What are the down-sides of this (eg. pre-post hooks are not called)? What other options do I have?
My client requested a branded, end-to-end solution and customizing the back-end is integral.
- The topic ‘Customizing the Back-End’ is closed to new replies.