Edit File by line
/home/barbar84/public_h.../wp-conte.../themes/twentytw...
File: 404.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* The template for displaying 404 pages (not found)
[2] Fix | Delete
*
[3] Fix | Delete
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
[4] Fix | Delete
*
[5] Fix | Delete
* @package WordPress
[6] Fix | Delete
* @subpackage Twenty_Twenty_One
[7] Fix | Delete
* @since Twenty Twenty-One 1.0
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
get_header();
[11] Fix | Delete
?>
[12] Fix | Delete
[13] Fix | Delete
<header class="page-header alignwide">
[14] Fix | Delete
<h1 class="page-title"><?php esc_html_e( 'Nothing here', 'twentytwentyone' ); ?></h1>
[15] Fix | Delete
</header><!-- .page-header -->
[16] Fix | Delete
[17] Fix | Delete
<div class="error-404 not-found default-max-width">
[18] Fix | Delete
<div class="page-content">
[19] Fix | Delete
<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentytwentyone' ); ?></p>
[20] Fix | Delete
<?php get_search_form(); ?>
[21] Fix | Delete
</div><!-- .page-content -->
[22] Fix | Delete
</div><!-- .error-404 -->
[23] Fix | Delete
[24] Fix | Delete
<?php
[25] Fix | Delete
get_footer();
[26] Fix | Delete
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function