I’m using accesspress store theme. Here’s code it’s 404.php file
<?php
/**
* The template for displaying 404 pages (not found).
*
* @package AccessPress Store
*/
get_header(); ?>
<main id="main" class="site-main" role="main">
<div id="primary" class="content-area">
<section class="error-404 not-found">
<header class="page-header">
<h1 class="page-title"><?php _e( 'Oops! That page can’t be found.', 'accesspress-store' ); ?></h1>
</header><!-- .page-header -->
<div class="page-content">
<p><?php _e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'accesspress-store' ); ?></p>
</div><!-- .page-content -->
<div class="number404">
404
<span>error</span>
</div>
</section><!-- .error-404 -->
</div><!-- #primary -->
</main><!-- #main -->
<?php get_footer();
It is theme 404.php file, I haven’t edited it. I wanted to use 404custom error page plugin but it didn’t work. It showed error I was writing in 1st post