| Server IP : 88.222.243.254 / Your IP : 216.73.216.56 Web Server : LiteSpeed System : Linux in-mum-web1677.main-hosting.eu 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : u635632881 ( 635632881) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u635632881/domains/keyhandover.in/public_html/wp-content/themes/houzez/ |
Upload File : |
<?php
/**
* The template for displaying a "No posts found" message
*
* @package WordPress
* @subpackage Houzez
* @since Houzez 1.0
*/
$allowed_html_array = array(
'a' => array(
'href' => array(),
'title' => array()
)
);
?>
<div class="article-wrap">
<article class="article-page-wrap">
<div class="page-content-wrap">
<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
<p><?php printf( wp_kses(__( 'Ready to publish your first post? <a href="%1$s">Get started here</a>', 'houzez' ), $allowed_html_array ), admin_url( 'post-new.php' ) ); ?></p>
<?php elseif ( is_search() ) : ?>
<p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'houzez' ); ?></p>
<div class="widget_search">
<?php get_search_form(); ?>
</div>
<?php else : ?>
<p><?php esc_html_e( 'It seems we cannot find what you are looking for. Perhaps searching can help.', 'houzez' ); ?></p>
<div class="widget_search">
<?php get_search_form(); ?>
</div>
<?php endif; ?>
</div><!-- page-content-wrap -->
</article><!-- article-page-wrap -->
</div>