HEX
Server: LiteSpeed
System: Linux s1.hostssdserver.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: dreamlan (1220)
PHP: 8.3.32
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
File: /home/dreamlan/public_html/wp-content/themes/DreamLandNepal/content-none.php
<?php /** The template for displaying a "No posts found" message. */ ?>
<div class="entry sb-widget">
<?php if (is_search()) { ?>
	<div class="box alert">
		<p><?php echo __('Sorry, but nothing matched your search terms. Please try again with different keywords.', 'mh'); ?></p>
	</div>
<?php } else { ?>
	<div class="box alert">
		<p><?php echo __('It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'mh'); ?></p>
	</div>
<?php } ?>
<?php get_search_form(); ?>
</div>
<div class="row clearfix">
	<div class="col-1-2 mq-content"><?php
		$instance = array('title' => __('Popular posts', 'mh'), 'postcount' => '9', 'order' => 'comment_count', 'excerpt' => 'first');
		$args = array('before_widget' => '<div class="sb-widget">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>');
		the_widget('mh_custom_posts_widget', $instance , $args); ?>
	</div>
	<div class="col-1-2 mq-content"><?php	
		$instance = array('title' => __('Random posts', 'mh'), 'postcount' => '9', 'order' => 'rand', 'excerpt' => 'first');
		$args = array('before_widget' => '<div class="sb-widget">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>');
		the_widget('mh_custom_posts_widget', $instance , $args); ?>
	</div>
</div>