Advertisement
Guest User

Untitled

a guest
Aug 20th, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. //search for:
  2. $testimonials = get_posts( array( 'post_type' => 'testimonial' ) );
  3.  
  4. //replace with:
  5. $testimonials = get_posts( array( 'post_type' => 'testimonial' , 'numberposts' => -1 ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement