Redirect to different home page on mobile.
-
Hi
I’m using the Organic shop theme with Woocommerce. Can anyone tell me how I could redirect mobile users to a different home page within the same site?
I would prefer to do this by editing the code rather that using a plugin. I don’t want to mess around with the responsive element of the theme as I like the way it works. (I tried the equivalent mobile redirect as that seemed very simple but it crashed the site).
This seems to be what I’m looking for but not sure what to add to it and where to put it to get it to work! I am using a child theme.
<?php if ( wp_is_mobile() ) { /* Display and echo mobile specific stuff here */ } ?>
Any advice much appreciated.
- The topic ‘Redirect to different home page on mobile.’ is closed to new replies.