Your IP : 216.73.216.95


Current Path : /var/www/ooareogundevinitiative/wp-content/themes/pain/
Upload File :
Current File : /var/www/ooareogundevinitiative/wp-content/themes/pain/404.php

<?php
/*
Template Name: 404 Template
*/
?>
<?php get_header('404'); ?>
<?php
$jwstheme_options = $GLOBALS['jwstheme_options'];

?>
			<div class="jw-error404-wrap">
				<?php
		$page404 = isset( $jwstheme_options['jws_theme_error404_page_id'] ) ? intval( $jwstheme_options['jws_theme_error404_page_id'] ) : 0;
		if ($page404) { echo apply_filters( 'the_content', get_post_field( 'post_content', $page404 ) );
		} else { ?>		
			<section class="error-404 not-found wpb_text_column wpb_content_element">				
					<h6 class="page-title"><?php _e( 'Oops! That page can&rsquo;t be found.', 'pain' ); ?></h6>
				<div class="page-content">
					<h6 class="page-title"><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'pain' ); ?></h6>
					<div class="widget_search"><?php get_search_form(); ?></div>
				</div><!-- .page-content -->
			</section><!-- .error-404 -->	
		<?php } ?>
			</div>
<?php get_footer('404'); ?>