Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End single page mobile redirect: Reply To: single page mobile redirect:

#190655
Alen
Participant

So your final code would be


$url = 'http://necronomicon.studioissa.com/welcome/';
if ( is_mobile() ) wp_redirect( $url, 301 ); exit;