Wordpress plugins
WordPress Mobile Edition

WordPress Mobile Edition

Version : 3.1
Tested up to :
Number of download : 290301
Average rating : 4 / 5 on 4 votes 4 votes, 4 avg.rating

Screenshots

WordPress Mobile Edition
WordPress Mobile Edition
WordPress Mobile Edition
WordPress Mobile Edition

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 now