| 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/governmentgrantsus/ |
Upload File : |
<?php
/**
* Template Name: Page Not Found
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
*
* @package WordPress
*/
get_header();
?>
<section class="businessBanner" style="background: url(<?php echo get_template_directory_uri();?>/images/business-banner.jpg) center center no-repeat">
<div class="container">
<h1><?php the_title();?> - 404 Error</h1>
</div>
</section>
<section class="grantMidCont">
<div class="container">
<div class="errorSection">
<h4>Oops! This page can not be found.</h4>
<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'governmentgrantsus' ); ?></p>
<div class="searchForm">
<?php get_search_form(); ?>
</div>
<p><a href="<?php echo get_site_url(); ?>" class="backHome-btn"><< Back to Home</a></p>
</div>
</div>
</section>
<style>
.errorSection {text-align: center;}
.search-field {padding: 6px 10px 6px 10px;margin-bottom: 15px;}
.search-submit {padding: 6px 10px 6px 10px;}
.backHome-btn {border-bottom: 1px solid #ccc;width: max-content;display: inline-block;}
</style>
<?php
get_footer();
?>