This commit is contained in:
ThemeLexus
2019-09-28 16:39:55 +07:00
parent 2195d7e04f
commit f306df84c8
106 changed files with 2720 additions and 1356 deletions

View File

@@ -11,9 +11,9 @@
}
$onlyfeatured = 0;
if( isset($_GET['s_agents']) ) {
$query = Opalestate_Query::get_agencies( array("posts_per_page"=>$limit, 'paged' => $paged), $onlyfeatured );
$query = Opalestate_Agency_Query::get_agencies( array("posts_per_page"=>$limit, 'paged' => $paged), $onlyfeatured );
} else {
$query = OpalEstate_Search::get_search_agencies_query();
$query = Opalestate_Agency_Query::get_search_agencies_query();
}
$rowcls = apply_filters('opalestate_row_container_class', 'opal-row');