Hi,
When a new set of posts loads with infinite scrolling turned on, the_date() shows on top of each new load.
I understand that each individual load is treated as a separate page by WP and that's why the_date() is displayed, but with infinity scrolling turned on, it's just not good for usability and defeats the purpose of the_date().
Since I publish as many as 50 new posts per day, I could end up with 4 or more same-day dates on the screen.
Any ideas how to solve this? Thanks!