# propertyhive/trunk/templates/search/no-properties-found.php

Property Hive, version trunk. 14 lines.

- Page: https://pluginprobe.com/plugins/propertyhive/trunk/code/templates/search/no-properties-found.php
- Raw: https://pluginprobe.com/plugins/propertyhive/trunk/raw/templates/search/no-properties-found.php
- Modified: 2025-05-13T08:38:24+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/propertyhive/trunk/code/templates/search/no-properties-found.php#L10-L20`.

```php
<?php
/**
 * Displayed when no property are found matching the current query.
 *
 * Override this template by copying it to yourtheme/propertyhive/search/no-properties-found.php
 *
 * @author 		PropertyHive
 * @package 	PropertyHive/Templates
 * @version     1.0.0
 */

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
?>
<p class="propertyhive-info no-results-message"><?php echo esc_html(__( 'No properties were found matching your criteria.', 'propertyhive' )); ?></p>
```
