Changeset 403994
- Timestamp:
- 07/03/2011 07:53:17 AM (15 years ago)
- File:
-
- 1 edited
-
mobile-domain/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mobile-domain/trunk/readme.txt
r403685 r403994 11 11 == Description == 12 12 13 This plugin will redirect your blog to a mobile domain when visitors come to your blog from a mobile browser, when visitors visit your mobile domain, they can switch it to the desktop domain anytime. 14 You can select your mobile themes to be different from the desktop-themes. 15 If your wordpress installation is in the subdirectory, this plugin will automaticaly detect it. 16 If you access the wp-admin from mobile domain, this plugin will automaticaly redirect it to the desktop wp-admin. 13 <p>This plugin will redirect your blog to a mobile domain when visitors come to your blog from a mobile browser, when visitors visit your mobile domain, they can switch it to the desktop domain anytime.</p> 14 <p>You can select your mobile themes to be different from the desktop themes.</p> 15 <p>If your wordpress installation is in the subdirectory, this plugin will automaticaly detect it.</p> 16 <p>If you access the wp-admin from mobile domain, this plugin will automaticaly redirect it to the desktop domain.</p> 17 17 18 18 == Installation == … … 20 20 1. Upload the mobile-domain folder to the WordPress plugins directory (wp-content/plugins). 21 21 2. Create a subdomain from your cpanel, point your subdomain document root into the root of wordpress installation, this plugin will not work if you point it to be different from the directory you installed WordPress. 22 3. Activate the 'Mobile Domain' plugin and go to the settings page. .22 3. Activate the 'Mobile Domain' plugin and go to the settings page. 23 23 4. Type your subdomain for mobile site. 24 24 5. Select mobile theme, and save the changes. Done! 25 6. You can add mobile browser anytime.25 6. You can add browser if you think it is a mobile browser. 26 26 27 27 == Frequently Asked Questions == … … 35 35 Did you point a mobile domain document root to the root of wordpress installation? if you did not, login to your cpanel, point the document root into the root of wordpress installation. 36 36 37 = I can't find the view-desktop link in the mobile version? =37 = I can't access wp-admin from my mobile device? = 38 38 39 You have to upgrade an old mobile theme to a new version, or if you still want to use it add wp_footer(); function into your footer.php before the end of body tag. 39 If you want to access wp-admin from mobile device, you have to enable the cookie's setting, then it will redirect you to desktop version. 40 41 = Why desktop-view link did not redirect me to the desktop version? = 42 43 This plugin requires cookie, so you need to enable the cookie's setting. 44 45 = I can't find the desktop-view link in the mobile version? = 46 47 You have to upgrade an old mobile theme to a new version, or if you still want to use it, add wp_footer(); function into your footer.php before the end of body tag.
Note: See TracChangeset
for help on using the changeset viewer.