Static page for desktop or mobile

Can you automatically change to a static page if access to the site is via mobile device?

Currently my homepage is static and use components that do not work properly with mobile devices but are are necessary for the desktop version. I want to create another static page that will be displayed in the case of mobile devices.

I have tried using the code WP Moving but I could not.

Thanks for any suggestions.

Topic frontpage mobile Wordpress

Category Web


I used this:

<?php if ( wp_is_mobile() && is_front_page() ) {
    wp_redirect( 'http://www.example.com', 301 ); exit;
} ?>

in header.php of theme.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.