When adding Blog Posts to a page and selecting the Meta Date as Badge, the year is not shown? I have added to flatsome/inc/shortcodes/blog-posts.php line: 337
<span class="post-date-year is-small"><?php echo get_the_time('Y', get_the_ID()); ?></span>