This commit is contained in:
Hoang Huu
2020-03-25 14:46:54 +07:00
parent a24bcb7109
commit 453e78da8b
5 changed files with 14 additions and 11 deletions

View File

@@ -2,9 +2,9 @@
$paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1;
$rowcls = apply_filters( 'opalestate_row_container_class', 'opal-row' );
$atts = array(
'paged' => 1,
'search_form' => $settings['search_form']
);
$atts = [
'paged' => $paged,
'search_form' => $settings['search_form'],
];
?>
<?php echo opalestate_load_template_path( 'shortcodes/search-split-maps', $atts ); ?>
<?php echo opalestate_load_template_path( 'shortcodes/search-split-maps', $atts ); ?>