Last active
May 21, 2016 02:16
-
-
Save kjbrum/a70b50d1e7738eb871b3 to your computer and use it in GitHub Desktop.
Display the 404 template.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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