hello! i really like your theme and would just like to ask how you made your post info like that (where the icon redirects to the post and the date redirects on posts made that day itself + the info on hovers). i've never seen any theme do that and i just think it's so unique. sorry if this is a bother! thank you so much.
hiii, thank you sm! ✨ and i’ll try my best to explain this omg
on the post info, on the date (month day), i have:
<a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/" style="" title="{DayofWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year}"><span style="text-transform:uppercase;">{ShortMonth} {DayOfMonth}</a></span>
so, basically, what’s bolded is what you’d have to add instead of <a href="{Permalink}"> for it to redirect you to all of the posts made that day! (so: replace <a href="{Permalink}"> with <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/">)
—
as for the info on hovers, it’s what’s on italics; you just have to add it as it is shown in the example (don’t forget to add ” before >); to “style” it, i used this plugin










