File: /home/aashishs/manishjhanepal.com.np/wp-content/themes/nm_portfolio/404.php
<?php
/**
* The template for displaying the 404 template in the Twenty Twenty theme.
*
* @package WordPress
* @subpackage Twenty_Twenty
* @since Twenty Twenty 1.0
*/
get_header();
?>
<section class="ftco-section ftco-bread">
<div class="container">
<div class="row no-gutters slider-text justify-content-center align-items-center">
<div class="col-md-8 ftco-animate">
<p class="breadcrumbs">
<span class="mr-2"><a href="<?php echo get_home_url() ?>">Home</a></span> <span>></span>
<span>404</span></p>
<h1 class="bread"><?php echo the_title() ?></h1>
</div>
</div>
</div>
</section>
<section class="ftco-section-2">
<div class="container">
<div class="row">
<div class="col-lg-10 ftco-animate">
<h2 class="mb-3 font-weight-bold">Page Not Found </h2>
<h1 class="mb-3 font-weight-bold">404 error </h1>
<img src="<?php echo get_the_post_thumbnail_url() ?>" alt="" class="img-fluid">
<p>The page you were looking for could not be found. It might have been removed, renamed, or did not exist in the first place.</p>
<a class="btn btn-primary" href="<?php echo get_home_url() ?>"> Go Back to Home Page</a>
</div>
</div>
<br>
<hr>
<div class="row">
<p class="mb-4 text-center"> <strong> Sorry for Inconvenience ! </strong> </p>
</div>
</div>
</section>
<?php
get_footer();