Title: thetechguy's Replies | WordPress.org

---

# thetechguy

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

 *   [Profile](https://wordpress.org/support/users/thetechguy/)
 *   [Topics Started](https://wordpress.org/support/users/thetechguy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/thetechguy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/thetechguy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/thetechguy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/thetechguy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/thetechguy/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: [query_posts() line in left sidebar shows posts instead of about page](https://wordpress.org/support/topic/query_posts-line-in-left-sidebar-shows-posts-instead-of-about-page/)
 *  Thread Starter [thetechguy](https://wordpress.org/support/users/thetechguy/)
 * (@thetechguy)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/query_posts-line-in-left-sidebar-shows-posts-instead-of-about-page/#post-665895)
 * I did the following to fix the problem:
    - stored $wp_query in $temp_query
    - reset $wp_query with $temp_query after query_posts() and “The Loop”
 * I’m assuming that I could have done rewind_posts() to fix the problem, but I 
   really don’t have time to try that out now.

Viewing 1 replies (of 1 total)