Skip to content

Instantly share code, notes, and snippets.

@allanferreira
Last active April 6, 2017 23:52
Show Gist options
  • Select an option

  • Save allanferreira/ee954a521867a0a94e4dbbc7b2935c7b to your computer and use it in GitHub Desktop.

Select an option

Save allanferreira/ee954a521867a0a94e4dbbc7b2935c7b to your computer and use it in GitHub Desktop.
<?php
$query = new WP_Query([“posts_per_page” => -1]);
while ( $query->have_posts() ): $query->the_post();
//acesso as informações
endwhile; wp_reset_postdata();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment