Guest User

Untitled

a guest
Dec 11th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. ## Query
  2.  
  3. $the_query = new WP_Query( array( 'post_type' => 'post', 'posts_per_page' => '3' ));
  4.  
  5. //post_per_page does not initialize pagination
Add Comment
Please, Sign In to add comment