The WordPress dashboard contains a menu item that allows you to edit any installed WordPress theme under Appearance >> Editor. However, there are times when you may not want anyone poking around in there, since it’s quite easy to make errors that will take the website down entirely.
Here’s a handy snippet to help with this issue, courtesy of Filip Stefansson, creator of WP-Snippets. Simply paste this into your theme’s functions.php file:
1
2
3
4
function remove_editor_menu(){
remove_action('admin_menu', '_add_themes_utility_last', 101);
}
add_action('_admin_menu', 'remove_editor_menu', 1);
This code will remove the Editor menu from the dashboard so that users cannot accidentally ruin their own website. Save yourself a little bit of trouble if you think this could be a problem and add this short snippet.
It's now incredibly easy to start your own Q&A site using nothing more than WordPress - The Q&A plugin simply and brilliantly transforms any site, or page, into a perfect support or Q&A environment.
Simply insert google maps into posts, sidebars and pages - show directions, streetview, provide image overlays and do it all from a simple button and comprehensive widget.
Would you like to add Facebook comments, registration, 'Like' buttons and autoposting to your WP site? Well, The Ultimate Facebook plugin has got that all covered!
If you're thinking about starting a paid, or just private, membership site then this is truly the plugin you've been looking for. Easy to use, massively configurable and ready to go out of the box!
To get a wiki up and running you used to need to install Mediawiki and toil away for days configuring it... not any more! This plugin gives you *all* the functionality you want from a wiki, in WordPress!!!
Now there's no need to pay for a third party service to sign up, manage and send beautiful email newsletters to your subscriber base - this plugin has got the lot.
Out of all the WordPress ecommerce plugins available, MarketPress has got to be the winner - easy to configure, powerful functionality, multiple gateways and more. A simply brilliant plugin!
Great post, but can’t you just use a role plugin manager? I know plugins slow things down, but if you implement this then isn’t everyone blocked from accessing easily form back-end including admin (usually web builder too)?
Great post, but can’t you just use a role plugin manager? I know plugins slow things down, but if you implement this then isn’t everyone blocked from accessing easily form back-end including admin (usually web builder too)?
You can also use the WordPress constant DISALLOW_FILE_EDIT to completely disable the plugin and theme editor. http://codex.wordpress.org/Editing_wp-config.php#Disable_the_Plugin_and_Theme_Editor
Till – Thanks for that! Another simple option. :)
What about a plugin to hide menu options (theme, editor, plugins etc )from clients and limit users based on roles and capabilities.
Now that would be a great plugin:)
Maybe included into your white label branding plugin.