File: /mnt/data/kofejob-wp/wp-content/themes/kofejob/404.php
<?php get_header();
$image_id = '';
$actionbBar = kofejob_fl_framework_get_options('action_bar');
$actionbar_space = '';
if(isset($actionbBar) && $actionbBar == 1)
{
$actionbar_space = 'actionbar_space';
}
?>
<div class="content pagenot_found">
<div class="container-fluid">
<div class="row">
<div class="col-md-8 offset-md-2">
<div class="empty-content text-center">
<img src="<?php echo esc_url(trailingslashit(get_template_directory_uri())."assets/images/404.png"); ?>" alt="<?php echo esc_attr(get_post_meta($image_id, '_wp_attachment_image_alt', TRUE)); ?>" class="img-fluid">
<h2><?php echo esc_html__( 'Page Not', 'kofejob' );?>
<span class="orange-text"><?php echo esc_html__( 'Found', 'kofejob' );?></span></h2>
<p><?php echo esc_html__( "Oops! Looks like you followed a bad link.", 'kofejob' ); ?></p>
<p><?php echo esc_html__( "If you think this is a problem with us, please tell us.", 'kofejob' ); ?></p>
<div class="btn-item">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="btn get-btn"><?php echo esc_html__('GO TO HOME', 'kofejob' ); ?></a>
</div>
</div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>