Skip to content

Simplifies and Customizes the admin for wordpress single site and multisite, geared towards setting up multilingual sites on WPMU

Notifications You must be signed in to change notification settings

burstpictures/wpmu-simple-custom-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Wordpress-Multisite-Simple-Custom-Admin


Simplifies and Customizes the admin for wordpress single site and multisite, geared towards setting up multilingual sites on WPMU but it also works on single site installs.

This plugin was developped to reside within the mu-plugins directory of wordpress as all options are hardcoded and remain invisible to the main users.

Purpose


  1. redirect to a tempory page landing page or old website folder on your domain whilst designing a wordpress theme;
  2. force 1 column on the site and network Dashboards;
  3. remove annoying Dashboard widgets, Welcome Panel and access to help for all users;
  4. add a 20px x 20px logo to the admin bar on a single wordpress install;
  5. white Label the footer and remove wordpress version from the admin interface;
  6. customize the login page with a clean minimalist style;
  7. replace the "My Sites" dropdown menu WP logos with the language flags of the corresponding blog language and add the language locale at the end of the site name;
  8. replace the name "Dashboard" for each site with the language flagand the language locale at the end of the site name;
  9. switch media upload yyyy/mm folder structure off for newly created sites and force it to off for existing ones;
  10. redirect the Network super-admin to the Network Admin page after login;

Installation


Copy the whole folder to your mu-plugins directory within the wp-content folder. If the directory does not exist, create one. Create a load.php file in your mu-plugins directory and add the following lines to it:

// mu-plugins/load.php
require WPMU_PLUGIN_DIR . '/simple-custom-admin/wpmu-simple-custom-admin.php';

Replace the logos within the images folder with your logos. Keep the same file names and image sizes. Adapt any other code to your liking and share! Thats it, you should see the changes.

Other useful WPMU plugin


http://wordpress.org/plugins/multisite-language-switcher/

About

Simplifies and Customizes the admin for wordpress single site and multisite, geared towards setting up multilingual sites on WPMU

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages