I’ve experienced the problem that, when more then one post is being published on the same date, only the first post has it’s publishing date being displayed. The problem is the get_date method that is being used in e.g. themes/makalu/layout.php
I’ve repleaced the content of the code block by
`echo get_the_date(get_option(‘date_format’));
to fix my problems. Would be great if you could merge it into your plugin 🙂