Thread Starter
texgal
(@texgal)
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/
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!!!