Created
          January 11, 2017 06:08 
        
      - 
      
 - 
        
Save sarvar/bc65f6cc7ef865586ef3bb101820c5e6 to your computer and use it in GitHub Desktop.  
    Display one specific page in the loop
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php $my_query = new WP_Query('page_id=87'); | |
| while ($my_query->have_posts()) : $my_query->the_post(); | |
| $do_not_duplicate = $post->ID;?> | |
| <div class="entry"> | |
| <?php the_content('read more »'); ?> | |
| </div> | |
| <?php endwhile; ?> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment