HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/samadkhatibi.ir/root/wp-content/themes/wp-portfolio/404.php
<?php
/**
 * Displays the 404 error page of the theme.
 *
 * @package Theme Horse
 * @subpackage WP_Portfolio
 * @since WP_Portfolio 1.0
 */
?>
<?php get_header(); ?>
	<div id="primary">
		<div id="main">
			<div class="entry-main">
				<div class="entry-content">
					<header class="entry-header">
						<h1 class="entry-title">
							<?php _e('Error 404-Page NOT Found', 'wp-portfolio'); ?>
						</h1>
					</header>
					<p>
						<?php _e('It seems we can&rsquo;t find what you&rsquo;re looking for.', 'wp-portfolio'); ?>
					</p>
					<h3>
						<?php _e('This might be because:', 'wp-portfolio'); ?>
					</h3>
					<p>
						<?php _e('You have typed the web address incorrectly, or the page you were looking for may have been moved, updated or deleted.', 'wp-portfolio'); ?>
					</p>
					<h3>
						<?php _e('Please try the following instead:', 'wp-portfolio'); ?>
					</h3>
					<p>
						<?php _e('Check for a mis-typed URL error, then press the refresh button on your browser.', 'wp-portfolio'); ?>
					</p>
				</div> <!-- .entry-content --> 
			</div><!-- .entry-main -->
		</div><!-- #main -->
	</div><!-- #primary -->
</div><!-- #content -->
<?php	get_footer(); ?>