# propertyhive/1.4.53/templates/single-property/title.php

Property Hive, version 1.4.53. 14 lines.

- Page: https://pluginprobe.com/plugins/propertyhive/1.4.53/code/templates/single-property/title.php
- Raw: https://pluginprobe.com/plugins/propertyhive/1.4.53/raw/templates/single-property/title.php
- Modified: 2018-03-28T09:41:46+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/1.4.53/code/templates/single-property/title.php#L10-L20`.

```php
<?php
/**
 * Single Property title
 *
 * @author 		PropertyHive
 * @package 	PropertyHive/Templates
 * @version     1.0.0
 */

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

global $post, $property;
?>
<h1 class="property_title entry-title"><?php the_title(); ?></h1>
```
