Update templates.

This commit is contained in:
Hoang Huu 2019-09-28 11:09:04 +07:00
parent bc7e0cf458
commit 2195d7e04f
3 changed files with 3 additions and 3 deletions

@ -34,7 +34,7 @@ $property = opalesetate_property( get_the_ID() );
</div>
</div><!-- .entry-content -->
<?php opalestate_get_single_short_meta(); ?>
<?php opalestate_get_loop_short_meta(); ?>
<div class="property-meta-bottom">
<?php opalestate_property_loop_price(); ?>
</div>

@ -36,7 +36,7 @@ $property = opalesetate_property( get_the_ID() );
<?php opalestate_get_loop_thumbnail( opalestate_get_option( 'loop_image_size', 'large' ) ); ?>
</header>
<?php opalestate_get_single_short_meta(); ?>
<?php opalestate_get_loop_short_meta(); ?>
<div class="entry-content-bottom clearfix">
<div class="property-meta-bottom">

@ -51,7 +51,7 @@ global $property, $post;
<?php opalestate_property_loop_price(); ?>
</div><!-- .entry-content -->
<?php opalestate_get_single_short_meta(); ?>
<?php opalestate_get_loop_short_meta(); ?>
</div>