This commit is contained in:
ThemeLexus
2019-09-30 10:45:28 +07:00
parent 76759b11e3
commit 65d06225d5
3 changed files with 17 additions and 3 deletions

View File

@@ -90,10 +90,17 @@ class OpalEstate_Shortcodes {
$atts = is_array( $atts ) ? $atts : [];
$default = array (
'posts_per_page' => 10,
'posts_per_page' => 9,
'show_pagination' => true,
'column' => apply_filters( 'opalestate_properties_column_row', 3 ),
'layout' => 'content-property-grid-v2'
'layout' => 'content-property-grid-v2',
'showmode' => '',
'categories' => null,
'types' => null,
'labels' => null,
'cities' => null,
'statuses' => null,
);
$atts = array_merge( $default, $atts );