HEX
Server: LiteSpeed
System: Linux s12873.lon1.stableserver.net 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: jairicem (1242)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/jairicem/basalehglobal.ng/wp-content/themes/porto/404.php
<?php get_header();

global $porto_settings;
porto_enqueue_link_style( 'porto-not-found', PORTO_CSS . '/part/page-not-found.css' );
?>

<div id="content" class="no-content">
	<div class="container">
		<section class="page-not-found">
			<div class="row">
				<div class="col-lg-6 offset-lg-1">
					<div class="page-not-found-main">
						<h2 class="entry-title"><?php esc_html_e( '404', 'porto' ); ?> <i class="fas fa-file"></i></h2>
						<p><?php _e( "We're sorry, but the page you were looking for doesn't exist.", 'porto' ); ?></p>
					</div>
				</div>
				<?php if ( $porto_settings['error-block'] ) : ?>
					<div class="col-lg-4">
						<?php echo do_shortcode( '[porto_block name="' . $porto_settings['error-block'] . '" tracking="option-error-block"]' ); ?>
					</div>
				<?php endif; ?>
			</div>
		</section>
	</div>
</div>

<?php get_footer(); ?>