• Matthew

    (@kidsguide)


    How do I make a code saying that if is mobile redirect to the home page from the main page?

    I would need to add a redirect code to the following code.

    <?php
    if ( wp_is_mobile() ) {
    	/* Display and echo mobile specific stuff here */
    }
    ?>

    You can check out my website to understand more. https://www.redeemerdanceacademy.ca/

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Redirect’ is closed to new replies.