Is there a neater way to do this?

So, on most of my sites I tend to create one admin user for myself, and one or more other users for the client. Inevitably I always want to simplify the interface for the client user/s, and I’ve found myself using a number of clients to achieve this. I’m wondering whether there is a cleaner, faster and maybe easily reusable way to do this, instead of going through the same process of installing plugins and configuring them each time.

The most common plugin mix I use is:
Adminimize (to remove meta boxes and fine tune some admin elements like disabling screen options)
Admin Menu Editor (to hide menu items and create new items)
Hide Admin Panels (to hide menu items per user or role)

Instead of Hide Admin Panels I can also use Members which gives me the same result, although it is a different plugin altogether.

So, the question is whether I could simplify things a bit ahd still have the same kind of control over what different users see in WP-Admin.
Thanks.

3 Answers
3

A “neater” way would be to create your own custom plug-in that bundles all of these features together. You could hard-code your initial configuration, then just drop it in whenever you create a new site.

Leave a Comment