HEX
Server: LiteSpeed
System: Linux linux31.centraldnserver.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: salamatk (1501)
PHP: 8.1.33
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home/salamatk/takarzan.ir/wp-content/themes/xts-luman/templates/content-none.php
<?php
/**
 * The template part for displaying a message that posts cannot be found.
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package xts
 */

?>
<div class="xts-content-area<?php echo esc_attr( xts_get_content_classes() ); ?>"> 
	<article id="post-0" class="post xts-no-results-page">
		<h2 class="xts-no-results-title"><?php esc_html_e( 'Nothing found', 'xts-theme' ); ?></h2>
		<div class="xts-no-results-content">
			<p class="xts-fontsize-larger"><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'xts-theme' ); ?></p>
			<?php
			xts_search_form(
				array(
					'ajax'      => false,
					'post_type' => xts_is_portfolio_archive() ? 'xts-portfolio' : 'post',
				)
			);
			?>
		</div>
	</article>
	<?php
	if ( xts_is_portfolio_archive() ) {
		do_action( 'xts_after_portfolio_loop' );
	}
	?>
</div>