Guest User

Untitled

a guest
Nov 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $args = array(
  2. 'posts_per_page' => get_option('posts_per_page'),
  3. 'post_type' => 'listing',
  4. 'tax_query' => [
  5. 'taxonomy' => 'listing_category',
  6. 'field' => 'slug',
  7. 'terms' => array(81)
  8. ]
  9. );
Add Comment
Please, Sign In to add comment