PluginProbe
Multi Device Switcher / 1.0.3
Multi Device Switcher v1.0.3
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 All 34 releases
multi-device-switcher / readme.md

readme.md in Multi Device Switcher 1.0.3, at readme.md

29 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Introducing Multi Device Switcher
2
3 This WordPress plugin allows you to set a separate theme for device (Smart Phone, Tablet PC, Mobile Phone, Game).
4 This plugin detects if your site is being viewed by UserAgent and switches to selected theme.
5
6 ## How do I use it?
7
8 1. Unzip files.
9 2. Upload "multi-device-switcher" to the "/wp-content/plugins/" directory.
10 3. Activate the plugin through the 'Plugins' menu in WordPress.
11 4. Upload a separate theme to the "/wp-content/themes/" directory.
12 5. Go to the "Multi Device Switcher" options page through the 'Appearance' menu in WordPress.
13 6. Configure settings to your needs. Select Theme by Theme option. Add and fix UserAgent by UserAgent option if necessary.
14 7. Have fun!
15
16 ## Changelog
17
18 * Version 1.0.3
19 * updated: update screenshots
20 * fixed: fix reset button
21 * Version 1.0.2
22 * added: add file uninstall.php
23 * fixed: split admin_enqueue_scripts() into two functions
24 * fixed: detects is_admin()
25 * Version 1.0.1
26 * fixed: split multi_device_switcher_init() into two functions
27 * Version 1.0.0
28 * Initial release.
29