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 the 404 template in the Twenty Twenty theme.
[2] Fix | Delete
*
[3] Fix | Delete
* @package WordPress
[4] Fix | Delete
* @subpackage Twenty_Twenty
[5] Fix | Delete
* @since Twenty Twenty 1.0
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
get_header();
[9] Fix | Delete
?>
[10] Fix | Delete
[11] Fix | Delete
<main id="site-content" role="main">
[12] Fix | Delete
[13] Fix | Delete
<div class="section-inner thin error404-content">
[14] Fix | Delete
[15] Fix | Delete
<h1 class="entry-title"><?php _e( 'Page Not Found', 'twentytwenty' ); ?></h1>
[16] Fix | Delete
[17] Fix | Delete
<div class="intro-text"><p><?php _e( 'The page you were looking for could not be found. It might have been removed, renamed, or did not exist in the first place.', 'twentytwenty' ); ?></p></div>
[18] Fix | Delete
[19] Fix | Delete
<?php
[20] Fix | Delete
get_search_form(
[21] Fix | Delete
array(
[22] Fix | Delete
'label' => __( '404 not found', 'twentytwenty' ),
[23] Fix | Delete
)
[24] Fix | Delete
);
[25] Fix | Delete
?>
[26] Fix | Delete
[27] Fix | Delete
</div><!-- .section-inner -->
[28] Fix | Delete
[29] Fix | Delete
</main><!-- #site-content -->
[30] Fix | Delete
[31] Fix | Delete
<?php get_template_part( 'template-parts/footer-menus-widgets' ); ?>
[32] Fix | Delete
[33] Fix | Delete
<?php
[34] Fix | Delete
get_footer();
[35] Fix | Delete
[36] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function