You could edit this file:
wp-content/themes/Startup/gavern/helpers/helpers.layout.fragments.php
and change:
- Code: Select all
<?php echo esc_html(get_the_date('d M')); ?>
with
- Code: Select all
<?php echo esc_html(get_the_date('d M Y')); ?>
after that You will need to do some css styling to make date fit.