Viewing 1 replies (of 1 total)
  • Plugin Author Nick Halsey

    (@celloexpressions)

    Set the “run browser rejector” option (at the top of the main settings page) to custom. Then, add the following code to a custom plugin or your theme’s home page template or functions.php file:

    <?php if( is_front_page() && function_exists('browser_rejector') )
    browser_rejector();
    ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Possible to limit to this to specific page?’ is closed to new replies.