Update
This commit is contained in:
@@ -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 ); ?>
|
||||
|
||||
Reference in New Issue
Block a user