Home / Technical how to | Custom Code Required / Technical – How to change the order of properties in Properties Theme SliderTechnical – How to change the order of properties in Properties Theme Slider 1432 views 0 The below solution can change the order of properties by price. Add this code in wpresidence/libs/theme-slider.php 'orderby' => 'meta_value_num', 'meta_key' => 'property_price', 'order'=>'DESC'