A WordPress theme which responds HTTP status code 404/403 with some messages.
Using WordPress as a web application framework, it often happens unnecessity of themes. Once you activate the theme, visitors have no choice but to get HTTP status code 404/403.
Of course, you'd better activate "Discourage search engines from indexing this site" in general options.
You can set the following properties using theme customizer.
- Site title
- Site description
- Page title
(it is also effective for title element) - Page description
- Text color
- Background color
(it is available in the case of no background image) - Background image
- HTTP status code
WordPress 4.2 or later, maybe.
git clone
or download and expand ZIP file.- Upload the theme to
/wp-content/themes
directory. - Activate the theme.
- You can set some properties using theme customizer.
- Please use At Your Own Risk.
- If a user is logged in, the theme responds HTTP status code 200.
- 0.1.2 (2017-02-22)
- Update 'ja4_posts_request' function
- 0.1.1 (2015-06-13)
- Update header sending method
- Modify WP_Query()
- 0.1.0 (2015-06-07)
- Opening to the public