Site logo

Archived topic

Different home page for mobile device

10 replies · Started by manaadiar on February 2, 2020

Viewing posts 1–11 of 11

Hi Tom, sorry the below code that you suggested (and worked) for other site is not working for me..I am using GP Premium with a child theme..

Can you pls advise..??

add_action( 'wp', 'tu_redirect_mobile' );
function tu_redirect_mobile() {
if ( wp_is_mobile() AND is_front_page() ) {
wp_redirect( 'https://beta.zeine.es/contacto-movil', 301 );
exit;
}
}

Hi Leo, no, it didn't work.. I thought if I use the mobile option in the customize screen and change there, it will work.. But I see it changed the whole home page and i realised that the mobile sign there only "shows" how it will look..

What i want is, currently my home page is https://shippingandfreightresource.com.. I want the home page to show https://shippingandfreightresource.com/mob-home when users are viewing on mobile device..

Hi Leo, no, it didn’t work.. I thought if I use the mobile option in the customize screen and change there, it will work.. But I see it changed the whole home page and i realised that the mobile sign there only “shows” how it will look..

What i want is, currently my home page is https://shippingandfreightresource.com.. I want the home page to show https://shippingandfreightresource.com/mob-home when users are viewing on mobile device..

Hi David, i did use it but doesn't seem to work on my site..

How are you adding the code ?

its there in functions.php file

Try adding it using the Code Snippets plugin - if it still doesn't work then some other function must be conflicting with it.

I dont have the code snippets plugin.. Can you suggest any other code..??

This archived topic is closed to new replies.