| 1 |
=== WordPress Mobile Edition === |
|---|
| 2 |
Tags: mobile, pda, wireless, cellphone, phone |
|---|
| 3 |
Contributors: alexkingorg |
|---|
| 4 |
Minimum version: 1.5 |
|---|
| 5 |
Tested with: 2.3 |
|---|
| 6 |
Stable tag: 2.1.1 |
|---|
| 7 |
|
|---|
| 8 |
WordPress Mobile Edition is a plugin that shows an interface designed for a mobile device when visitors come to your site on a mobile device. |
|---|
| 9 |
|
|---|
| 10 |
Mobile browsers are automatically detected, there is no configuration needed. |
|---|
| 11 |
|
|---|
| 12 |
== Installation == |
|---|
| 13 |
|
|---|
| 14 |
1. Drop the wp-mobile.php file in your wp-content/plugins directory |
|---|
| 15 |
2. Drop the wp-mobile directory in your wp-content/themes directory |
|---|
| 16 |
3. Click the 'Activate' link for WordPress Mobile Edition on your Plugins page (in the WordPress admin interface) |
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 |
== Frequently Asked Questions == |
|---|
| 20 |
|
|---|
| 21 |
= Does this create a mobile admin interface too? = |
|---|
| 22 |
|
|---|
| 23 |
No, it does not. |
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| 26 |
= Does this support pages too? = |
|---|
| 27 |
|
|---|
| 28 |
Yes, it does. |
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
= Can I create a link that forces someone to see the mobile version? = |
|---|
| 32 |
|
|---|
| 33 |
Yes, this is included as an experimental feature in version 2.1. The link can be added to your theme by using the akm_mobile_link() template tag: |
|---|
| 34 |
|
|---|
| 35 |
`<?php akm_mobile_link(); ?>` |
|---|
| 36 |
|
|---|
| 37 |
|
|---|
| 38 |
= Why are recent posts shown on every page? = |
|---|
| 39 |
|
|---|
| 40 |
This is a feature of the plugin to allow easy access to recent content. |
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 |
= My mobile device isn't automatically detected, what do I do? = |
|---|
| 44 |
|
|---|
| 45 |
Visit this page: |
|---|
| 46 |
|
|---|
| 47 |
http://alexking.org/who.php |
|---|
| 48 |
|
|---|
| 49 |
then send me the results on that page along with the name of your device using my contact form: |
|---|
| 50 |
|
|---|
| 51 |
http://alexking.org/contact |
|---|
| 52 |
|
|---|
| 53 |
= How do I customize the display of the mobile interface? = |
|---|
| 54 |
|
|---|
| 55 |
The contents of the wp-mobile folder is a mobile theme for WordPress. Any changes you make there will affect the display of the mobile interface. |
|---|
| 56 |
|
|---|
| 57 |
|
|---|
| 58 |
== Examples == |
|---|
| 59 |
|
|---|
| 60 |
You can see this in action on my site: http://alexking.org/ |
|---|