Advertisement
shelob9

Untitled

Jul 24th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. $args = [
  2. 'post_type' => 'my-product',
  3. 'posts_per_page' => 5
  4. ];
  5. $query = new WP_Query( $args );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement