HEX
Server: LiteSpeed
System: Linux server315.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: globfdxw (6114)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //home/globfdxw/diasporameetsafrica.com/wp-content/themes/efor/admin/content-none.php
<?php

	function efor_content_none()
	{
		?>
			<article class="hentry page no-posts">
				<header class="entry-header">
					<h2 class="entry-title">
						<?php
							esc_html_e('nothing found', 'efor');
						?>
					</h2> <!-- .entry-title -->
				</header> <!-- .entry-header -->
				<div class="entry-content">
					<div class="http-alert">
						<h1>
							<i class="pw-icon-doc-alt"></i>
						</h1>
						<?php
							if (is_search())
							{
								?><p><?php esc_html_e('Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'efor'); ?></p><?php
								
								get_search_form();
							}
							else
							{
								?><p><?php esc_html_e('It seems we can not find what you are looking for. Perhaps searching can help.', 'efor'); ?></p><?php
								
								get_search_form();
							}
						?>
					</div> <!-- .http-alert -->
				</div> <!-- .entry-content -->
			</article> <!-- .hentry .page -->
		<?php
	}

?>