You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on your description, the fix seems sound. I'll do some testing to verify (all posts, subset of posts, ...) then incorporate your changes if all seems well or report back using this issue if I see any problems.
When collating a subset of a tag with:
the generated list will not show the correct month and year when the posts which are not in the subset cross the month or year boundary.
As far as I can tell this is caused by the following code in
posts_collate
:post.previous
is not the actual previous post in a subset. The correct previous post would be the next post in the array.The text was updated successfully, but these errors were encountered: