Installation

Downloading The Plugin

To obtain the latest version of WPhone, click the link under “Latest version” on the right-hand side of this page or click the “Download Plugin” link on the WordPress Extend page for the plugin.

You may also keep tabs on the latest WPhone developments by installing the plugin from the Subversion repository. Those of you blessed with a native command line Subversion client may simply run

$ cd [root WordPress directory]/wp-content/plugins
$ svn checkout http://svn.wp-plugins.org/wphone/trunk wphone

while Windows users are advised to look into Tortoise SVN. Macintosh users may want to take a look at SvnX, while TextMate users ought to install the Subversion bundle.

If you use Subversion to access WPhone downloads, upgrading to a new release becomes as simple as an svn update. Easy-peasy.

Upgrading From A Previous Version

To upgrade from a previous version of this plugin, delete the entire folder and files from the previous version of the plugin and then follow the installation instructions below.

Installing The Plugin

Extract all files from the ZIP file, making sure to keep the file structure intact, and then upload the plugin’s folder to /wp-content/plugins/.

This should result in something very similiar to the following file structure:

- wp-content
    - plugins
        - wphone
            | iframer.php
            | readme.txt
            | wphone.php
            | wphone_exampleplugin.php
            - includes
                | category.php
                | category-form.php
                | comment.php
                | dashboard.php
                [ ... ]
                - css
                    | wphone.css
                    | wphone-alt.css
                - images
                    [ ... ]
                - iui
                    [ ... ]
                - js
                    | wphone.js

Then just visit your admin area and activate the plugin.

Plugin Usage

When logging into your account, check the checkbox marked “Use mobile admin interface” on the login form to use the mobile admin interface.