Skip to content

Instantly share code, notes, and snippets.

@kjbrum
Last active May 21, 2016 02:16
Show Gist options
  • Save kjbrum/a70b50d1e7738eb871b3 to your computer and use it in GitHub Desktop.
Save kjbrum/a70b50d1e7738eb871b3 to your computer and use it in GitHub Desktop.
Display the 404 template.
<?php
$wp_query->set_404();
require TEMPLATEPATH.'/404.php';
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment