Never mind.. I think I resolved this.. had to do with how I was init’ing the code
Whew… thanks to all for clarifying this…
I have normal posts, and weekly newsletter posts. I was looking for a way to store the weekly newsletters historically (archive them)…so I modified code to do the following:
Uncategorized posts (only) show up on my home page.
The most recent (by date) Newsletter (category) post shows up on my Newsletter page.
All other Newsletter posts show up on a Newsletter Archive page…
This works for me now.. I modified page.php to do this… but I’m now experimenting with creating my own widget and using text tags to do this..
Thanks again…