Fix single agency properties

This commit is contained in:
Hoang Huu
2020-03-23 11:13:53 +07:00
parent 9245035bda
commit 73fb75c3fd
7 changed files with 132 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
<?php
global $post;
$limit = apply_filters( 'opalesate_agent_properties_limit', 10 );
$limit = apply_filters( 'opalesate_agent_properties_limit', 5 );
$query = Opalestate_Query::get_agent_property( null, get_the_ID(), $limit );
if ( $query->have_posts() ) : ?>