_ANDYP - Admin - Themes
Switch themes depending on website
by Andy Pearson · github.com/ioroot/wp-plugin__admin-themes · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/ioroot/wp-plugin__admin-themes/archive/refs/heads/master.zipFrom the readme
Admin Theme Switcher
This plugin allows you to define multiple sites and it will switch the Admin CSS colour theme based on the website you're currently using.
1. Table of Contents
1. Table of Contents
2. About The Project
2.1. Built With
2.2. Installation
3. Usage
4. Customising
5. Contributing
6. License
7. Contact
2. About The Project
Good for distinguishing which particular site you are administrating. Define a site you own and the CSS file you wish to use. The admin panels will be switched to that theme.
(back to top)
2.1. Built With
This project was built with the following frameworks, technologies and software.
CSS
PHP
Wordpress
(back to top)
2.2. Installation
These are the steps to get up and running with this plugin.
1. Clone the repo into your wordpress plugin folder
1. Activate the plugin.
(back to top)
3. Usage
Once the plugin is activated the theme will activate.
4. Customising
You can create your own colour scheme by editing the adminthemes.php file.
1. Step one is to edit the andypadditionaladmincolorschemes() function. Register your own colour theme like the three already added.
You can read more information on the wor