Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mgibbs189/a5b88f87b2d4ec657c50f91f09fa4ade to your computer and use it in GitHub Desktop.
Save mgibbs189/a5b88f87b2d4ec657c50f91f09fa4ade to your computer and use it in GitHub Desktop.
Diane Dopson Properties Query Arguments
<?php
return array(
"post_type" => "property",
"post_status" => "publish",
"orderby" => "meta_value_num",
"meta_key" => "price_no_formatting",
"order" => "DESC",
"posts_per_page" => 20
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment