<?php
return array(
"post_type" => "property",
"post_status" => "publish",
"orderby" => "meta_value_num",
"meta_key" => "price_no_formatting",
"order" => "DESC",
"posts_per_page" => 20
);
Code snippets for FacetWP
<?php
return array(
"post_type" => "property",
"post_status" => "publish",
"orderby" => "meta_value_num",
"meta_key" => "price_no_formatting",
"order" => "DESC",
"posts_per_page" => 20
);