Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. $query_args = array (
  2. 'post_type' => 'works’,
  3. 'tax_query' => array(
  4. array(
  5. 'taxonomy' => 'materials',
  6. 'field' => 'term_id',
  7. 'terms' => array( 19,18,214,226,20 ),
  8. )
  9. ),
  10. );
  11.  
  12. $query_args = array (
  13. 'post_type' => 'works',
  14. 'tax_query' => array(
  15. array(
  16. 'taxonomy' => 'materials',
  17. 'field' => 'term_id',
  18. 'terms' => array( $tax ),
  19. )
  20. ),
  21. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement