Formatting looks great Oleg. Now I’ve discovered one other nagging problem… all of my posts have the same date…
I went digging around the WP codex and found info on the_date where it says:
SPECIAL NOTE: When there are multiple posts on a page published under the SAME DAY, the_date() only displays the date for the first post (that is, the first instance of the_date()). To repeat the date for posts published under the same day, you should use the Template Tag the_time() or get_the_date() (since 3.0) with a date-specific format string.
But I’m using get_the_date… but I’m still only getting a single date back…
Thanks!