Dates forced to M j, Y format

Post dates are shown with an arbitrary fixed format as in the code you’re using
get_the_time(‘M j, Y’)

it should be
get_the_date()

calling the latter without parameters formats the date according to ‘Date Format’ on Settings > General panel

Please include this is your next maintenace release.

Thanks

Alessandro

Thanks for bringing that to our attention, Alessandro! We’ll get that into our bug list.

Best,
Billy

Hi Alessandro,

This has been done.

Thanks,
Justin