Display PHP on a Single Page

Allows you to display plugins and such on a single page (replace home with the page you want it to only appear on): if ( is_home() ) { include (‘file.php’); }

Read More