Title: The loop
Last modified: August 21, 2016

---

# The loop

 *  [adevandry](https://wordpress.org/support/users/adevandry/)
 * (@adevandry)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/the-loop-8/)
 * I’m having difficulty finding the loop.
 * Specifically I want to have the static home page display blog posts from a single
   category.
 * I think I’m supposed to add
 *     ```
       <?php if (is_front_page()) {
             query_posts('cat=1&showposts=10');
             wp_reset_query();
       } ?>
       ```
   
 * just before the loop, but as far as I know this theme has a different loop than
   most, since it uses “tha_content_before” “tha_content_top” etc. Please help me
   out here.
 * [http://wordpress.org/themes/the-bootstrap/](http://wordpress.org/themes/the-bootstrap/)

The topic ‘The loop’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/the-bootstrap/2.0.3/screenshot.
   png)
 * The Bootstrap
 * [Support Threads](https://wordpress.org/support/theme/the-bootstrap/)
 * [Active Topics](https://wordpress.org/support/theme/the-bootstrap/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/the-bootstrap/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/the-bootstrap/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [adevandry](https://wordpress.org/support/users/adevandry/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/the-loop-8/)
 * Status: not resolved