Advertisement
developerjustin

Untitled

Apr 18th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1.         $args = array (
  2.             'post_type'              => 'beer',
  3.             'posts_per_page'         => '-1',
  4.         );
  5.  
  6.         $query = new WP_Query( $args );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement