Skip to content

Instantly share code, notes, and snippets.

@kLOsk
Created June 20, 2018 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kLOsk/0f4d1f81bb1c0368ac30aec1a4e62048 to your computer and use it in GitHub Desktop.
Save kLOsk/0f4d1f81bb1c0368ac30aec1a4e62048 to your computer and use it in GitHub Desktop.
Query.php
$args = array(
'post_type' => array( 'smart-tours' ),
'posts_per_page'=>-1,
'orderby' => 'rand',
'facetwp' => true
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment