Guest User

Untitled

a guest
Jun 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $args = array(
  2. 'post_type' => array( 'smart-tours' ),
  3. 'posts_per_page'=>-1,
  4. 'orderby' => 'rand',
  5. 'facetwp' => true
  6. );
Add Comment
Please, Sign In to add comment