Installation via WordPress Admin
- Download the
light-dark-mode-switcher-x.x.x.zip
file.
- In your WordPress dashboard, go to Plugins > Add New.
- Click Upload Plugin, choose the ZIP file, and click Install Now.
- After installation, click Activate to enable the plugin.
Manual Installation
- Extract the ZIP file to a folder named
light-dark-mode-switcher
.
- Upload this folder to the
/wp-content/plugins/
directory on your server.
- In your WordPress dashboard, go to Plugins and click Activate under "Light & Dark Mode Switcher".
Installation via Composer
- Run
composer require wpackagist-plugin/light-dark-mode-switcher
.
- The plugin will be installed in the
wp-content/plugins/
directory.
- In your WordPress dashboard, go to Plugins and click Activate under "Light & Dark Mode Switcher".