Skip to content

Instantly share code, notes, and snippets.

@everaldomatias
Created June 14, 2017 01:05
Show Gist options
  • Save everaldomatias/520812d2fa65cd191c04b3fd25473985 to your computer and use it in GitHub Desktop.
Save everaldomatias/520812d2fa65cd191c04b3fd25473985 to your computer and use it in GitHub Desktop.
function mobile_home_redirect(){
if( wp_is_mobile() && is_front_page() ){
include( get_stylesheet_directory() . '/index-mobile.php' );
exit;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment