Guest User

Untitled

a guest
Nov 15th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. $args = array(
  2. 'posts_per_page' => '10',
  3. 'post_type' => 'products',
  4. 'meta_key' => 'Product Category',
  5. 'meta_value' => 'INSPECTION',
  6. 'order' => 'asc',
  7. 'paged' => $paged
  8.  
  9. );
  10. $the_query= new WP_query($args);
Add Comment
Please, Sign In to add comment