Guest User

Untitled

a guest
Sep 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. $t = new WP_Query( [
  2. //'ep_integrate' => true,
  3. 'post_type' => 'listing',
  4. 'posts_per_page' => -1,
  5. 'tax_query' => [
  6. [
  7. 'taxonomy' => 'listing_category',
  8. 'terms' => ['wedding-florists'],
  9. 'field' => 'slug'
  10. ],
  11. ],
  12. ]
  13. );
Add Comment
Please, Sign In to add comment