Skip to content

Instantly share code, notes, and snippets.

Created May 26, 2016 15:27
Show Gist options
  • Save anonymous/d38254b0d45617c466541a21ec296587 to your computer and use it in GitHub Desktop.
Save anonymous/d38254b0d45617c466541a21ec296587 to your computer and use it in GitHub Desktop.
Diane Dopson Properties Query Arguments
<?php
return array(
"post_type" => "property",
"post_status" => "publish",
"orderby" => "date",
"order" => "DESC",
"posts_per_page" => 20
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment