Skip to content

Instantly share code, notes, and snippets.

@fernandofuly
Created September 9, 2014 17:54
Show Gist options
  • Save fernandofuly/8a8ad24d2b426ea62905 to your computer and use it in GitHub Desktop.
Save fernandofuly/8a8ad24d2b426ea62905 to your computer and use it in GitHub Desktop.
<?php $my_query = new WP_Query('page_id=ID-FOR-PAGE');
while ($my_query->have_posts()) : $my_query->the_post();
$do_not_duplicate = $post->ID;
?>
<?php the_content(); ?>
<?php endwhile; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment