I’ve been mildly irritated by the lack of the display of the posts’ time, as well as the lack of the display of the day’s name (Sunday, Monday, Tuesday, etc.), in the post header secondary line.
So, in typical Development in Anger fashion, I’ve gone ahead and modified the Cutline 3-Column 1.3 theme I’m currently using to provide both the day name and the time.
I had earlier planned on modifying the CSS styles associated with the HTML headings, but the issue of NOT displaying enough date/time info kept plaguing me too much.
I did notice, during UI testing, that since Cutline uses a fixed width, the header secondary line may run into multiple lines. For the time being, it’s okay, but eventually, that needs to be refactored for a cleaner presentation. The question is whether to expand the width to either a wider fixed expanse, or change it to a variable width (as wide as your screen will allow), or to reshape the header secondary line itself into at least two separate lines.