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’t find what you’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>