Title: marhoff's Replies | WordPress.org

---

# marhoff

  [  ](https://wordpress.org/support/users/marhoff/)

 *   [Profile](https://wordpress.org/support/users/marhoff/)
 *   [Topics Started](https://wordpress.org/support/users/marhoff/topics/)
 *   [Replies Created](https://wordpress.org/support/users/marhoff/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/marhoff/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/marhoff/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/marhoff/engagements/)
 *   [Favorites](https://wordpress.org/support/users/marhoff/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [posts in the single.php](https://wordpress.org/support/topic/posts-in-the-singlephp/)
 *  Thread Starter [marhoff](https://wordpress.org/support/users/marhoff/)
 * (@marhoff)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/posts-in-the-singlephp/#post-289295)
 * Yes that’s paradox !
    …… /*this post appear */ <?php if ($post->ID==5) : if(query_posts(‘
   p=7’)): the_post(); the_content(); endif; endif;?>
 * /* bottom – this post disapper */
    <?php if ($post->ID==5) : if(query_posts(‘
   p=23’)): the_post(); the_content(); endif; endif;?>
 * /*i want display display the content two post number 7 and 23 on the post 5 –
   what am i doing wrong ? thanks for advice */

Viewing 1 replies (of 1 total)