Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
well, like this for example. Save as 404.php to your theme folder
<?php
/**
* The template for displaying 404 pages (not found).
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package MyTheme
*/
get_header(); ?>
<section id="page-404">
<div class="wrapper">
<h1>404<span> - Не найдено</span></h1>
<p>К сожалению, необходимая вам информация отсутствует.</p>
<a href="/" class="button button-orange">Перейти на главную</a>
</div>
</section>
<?php get_footer(); ?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question