sure. Although, I think I understand what is going on.
But let me describe in detail.
Under "previously" is 3 entries made PRIOR to the last posting date.
So you can see: http://www.oswaldtrading.com/testing/
the main post "... 19" is on 4-24
then I have under that two more post from 4-24 "...18" "...17". So these 3 post were all on 4-24.
Then under "previously" is 3 post made prior to 4-24.
What I think is happening is...
I created the category-index page on 4-25, so my query is returning 4-25, and I have no posts on that date. So I think by tomorrow, everything will work itself out, I'm hoping at least.
The way I have it set up is I have wordpress set to only show 1 post. Then I scratched together some PHP that checks to see if there are any more post from the same day as the last post, if there is it will show them under "Earlier..." with an excerpt.
Then in my sidebar It get the total number of posts made on the last date there is a post and sets that number as the offset and displays 3 posts prior to that date. Make sense?
I just think its not working correctly right now because I created the category-index PAGE on 4-25. If I change the date of the last 3 posts to 4-25, then everything works how it should.
Although, it may be that I need to change the date of category-index page. Which I don't know how to do. Any ideas on that?
Thanks for looking. Sorry if this is long and confusing.