Title: mjbouch's Replies | WordPress.org

---

# mjbouch

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

 *   [Profile](https://wordpress.org/support/users/mjbouch/)
 *   [Topics Started](https://wordpress.org/support/users/mjbouch/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mjbouch/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mjbouch/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mjbouch/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mjbouch/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mjbouch/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: [Show all posts in any given category](https://wordpress.org/support/topic/show-all-posts-in-any-given-category/)
 *  Thread Starter [mjbouch](https://wordpress.org/support/users/mjbouch/)
 * (@mjbouch)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/show-all-posts-in-any-given-category/#post-568829)
 * maybe two separate issues but the right column jumps around depending on which
   category I click on as well.
 * here’s the category template code
 * ?php get_header() ?>
 * <div class=”post”>
 * <h2><?php echo single_cat_title(); ?></h2>
    -  <?php $posts = query_posts($query_string . ‘&nopaging=1’); ?>
    - <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    -   |
       <?php the_title(); ?>
    - <?php endwhile; ?>
 * <?php else : ?>
    <?php include (TEMPLATEPATH . ‘/errormessage.php’); ?> <?php
   endif; ?>
 * </div><!– end .post –>
 * <h4>
    <?php posts_nav_link(”,”,’previous page’) ?> | “><?php _e (‘home’) ?> |
   <?php posts_nav_link(”,’next page’,”) ?> </h4>
 * <?php get_footer () ?>

Viewing 1 replies (of 1 total)