Skip to content

Instantly share code, notes, and snippets.

@zavod008
Created September 27, 2016 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zavod008/c63d9d83b4b22a37a1493b047ddce4d2 to your computer and use it in GitHub Desktop.
Save zavod008/c63d9d83b4b22a37a1493b047ddce4d2 to your computer and use it in GitHub Desktop.
<?php $related = new WP_Query(array());
while ( $related->have_posts() ) :
$related->the_post(); ?>
<?php endwhile;
wp_reset_postdata();?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment