• 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.

Viewing 1 replies (of 1 total)
  • Thread Starter ashes999

    (@ashes999)

    There are plenty of hooks for different things, like creating a post; you can semi-easily create front-end pages to replace back-end stuff, and use plugins to block access to WP-ADMIN (if you really want).

Viewing 1 replies (of 1 total)
  • The topic ‘Customizing the Back-End’ is closed to new replies.