Archived topic
Is there a way to separate posts by day?
5 replies · Started by Ezynic SL on March 27, 2020
I'm looking for a way to graphically separate my frontpage posts per day, maybe with a horizontal line, so visitors can easily differentiate today's posts from yesterday's.
I suppose there's no easy way of doing this, but I thought I'd ask.
Hi there,
you're right it isn't easy - it would require Custom Development unfortunately.
Thanks! Are there any hooks I could try? Or a relevant section to edit if I decide to try with a child theme?
It's not something hooks can do unfortunately.
You'd have to dig into the wp_query loop:
https://developer.wordpress.org/reference/classes/wp_query/
Definitely not easy though.
Thanks anyway!
No problem :)