Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $the_query = new WP_Query( $args );
  2.  
  3. while ( $the_query->have_posts() ) :
  4. $the_query->the_post();
  5. echo get_post_gallery();
  6. endwhile;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement