Skip to content

Instantly share code, notes, and snippets.

@propertyhive
Created August 24, 2016 13:08
Show Gist options
  • Save propertyhive/a848ffbc86a7fb14c0e7f2e4b131051b to your computer and use it in GitHub Desktop.
Save propertyhive/a848ffbc86a7fb14c0e7f2e4b131051b to your computer and use it in GitHub Desktop.
<?php
/**
* Single Property title
*
* @author PropertyHive
* @package PropertyHive/Templates
* @version 1.0.0
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
global $property;
?>
<h1 class="property_title entry-title"><?php the_title(); ?></h1>
<h2 class="property_full_address"><?php echo $property->get_formatted_full_address(); ?></h2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment