| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/usa_sites/governmentgrants.us/wp-content/themes/governmentgrants/ |
Upload File : |
<?php
/**
* The template for displaying 404 pages (not found)
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package WordPress
* @subpackage Naren_Designs
* @since 1.0
* @version 1.0
*/
get_header(); ?>
<?php if ( get_field( 'featured_image_big') ): ?>
<section class="featured-header bg-parallax bg-overlay-black align-center full-width" data-url="<?php the_field( 'featured_image_big' ); ?>">
<div class="amp-container v-center">
<h1 class="page-title m0 color-white"></h1>
</div>
</section>
<?php else: ?>
<section class="breadcrumbs bg-dark py50 mb-py30 align-center full-width">
<div class="amp-container">
<h1 class="page-title m0 color-white">404<span class=""> Not found</span></h1>
</div>
</section>
<?php endif ?>
<section class="error-404 not-found">
<div class="page-content amp-container py60 mb-py30 align-center">
<h2 class="color-primary font-1-med"><?php _e( 'Oops! This page can not be found.', 'narendesigns' ); ?></h2>
<p class="color-secondary fs-20"><?php _e( '
It looks like nothing has been found in this place. Maybe you are looking for a search?', 'narendesigns' ); ?></p>
<?php get_search_form(); ?>
</div><!-- .page-content -->
</section><!-- .error-404 -->
<?php get_footer();