WordPress Mobile Edition

from 0$

WordPress Mobile Edition is a WP Plugin Package from the Open Source WP Plugins range WordPress Mobile Edition is a plugin that shows an interface designed for a mobile device…


For more information about a tailored WP Plugin Package like WordPress Mobile Edition please contact us directly.

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.

Mobile browsers are automatically detected, the list of mobile browsers can be customized on the settings page.

Examples

You can see the mobile theme in action here: http://mobile.carringtontheme.com

API

There is a filter cfmobi_check_mobile that allows you to affect if a mobile browser is detected.

function your_mobile_check_function($mobile_status) {

    // do your logic, set $mobile_status to true/false as needed

    return $mobile_status;
}
add_filter('cfmobi_check_mobile', 'your_mobile_check_function');

There is an action cfmobi_settings_form that allows you to add to the settings page for this plugin. Handling form posts and other activities from anything you add to this form should be done in your plugin.

function your_settings_form() {
    // create your form here - don't forget to catch the form submission as well
}
add_action('cfmobi_settings_form', 'your_settings_form');

Download & install the zip archive

The plugin package installer can be downloaded from the WP2E project tab called “code”.

1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.

2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.

3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.

Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.

WordPress Mobile Edition

typePlugin
version3.1
descriptionWordPress Mobile Edition is a plugin that shows an interface designed for a mobile device…