<?php
/**
* The template to display the properties archive
*
* @package WordPress
* @subpackage ThemeREX Addons
* @since v1.6.22
*/
get_header();
trx_addons_get_template_part('cpt/properties/tpl.properties.parts.loop.php');
get_footer();
?>