April 22, 2015
When creating parallax websites, or websites where all of the content is visible on one area, use the following to keep users from getting sidetracked from other areas of the website:
if(!is_page(2)) { header("HTTP/1.1 301 Moved Permanently"); header("Location: http://dev.relishhost.net/hockey"); }
Modified from code sourced here.
Beware:
This will remove the “Front Page Displays” options from the Settings > Reading area in the WordPress backend, and this can take a few minutes to undo if you need to revert.