Title: texgal's Replies | WordPress.org

---

# texgal

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

 *   [Profile](https://wordpress.org/support/users/texgal/)
 *   [Topics Started](https://wordpress.org/support/users/texgal/topics/)
 *   [Replies Created](https://wordpress.org/support/users/texgal/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/texgal/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/texgal/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/texgal/engagements/)
 *   [Favorites](https://wordpress.org/support/users/texgal/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: [making category page show all posts](https://wordpress.org/support/topic/making-category-page-show-all-posts/)
 *  Thread Starter [texgal](https://wordpress.org/support/users/texgal/)
 * (@texgal)
 * [21 years ago](https://wordpress.org/support/topic/making-category-page-show-all-posts/#post-196220)
 * Thanks – I did the search and found a plugin but it was only for version 1.3a
 * So I installed the “The Enhanced View Plugin” from coldforged – but never could
   get that to work.
 * Good news though – after a LOT of searching for an answer I found it over at:
   
   [http://www.oh-dear.org/blueprint/](http://www.oh-dear.org/blueprint/)
 * There was one tiny bit of code that made everything work the way I wanted with
   no plugins:
 * `<?php
    if (is_category() || is_day() || is_month() ) {  $posts = query_posts(
   $query_string . '&nopaging=1'); } ?>
 * I just added that in-between those 2 lines of code in my original question.
    
   Now all the posts are showing up on my category page, which is just what I wanted!!
 * Yeah!!!

Viewing 1 replies (of 1 total)