Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $category_query = new WP_Query([
  2. 'posts_per_page' => '18',
  3. 'post_type' => 'product',
  4. 'tax_query' => [
  5. [
  6. 'taxonomy' => 'product_cat',
  7. 'terms' => 120,
  8. 'field' => 'id',
  9. 'include_children' => false
  10. ]
  11. ]
  12. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement