Hi,
Regarding hte "Read More" in the News Show Pro widget, it depends - are you using quickstart package with external News Show pro plugin? If so, you should translate your plugin (change the Read More text) using i.e. Codestyling Localization plugin or manually with PoEdit, in other case you have to translate theme files:
https://www.gavick.com/documentation/wo ... y-language.
Regarding the date format, please edit Fest/layouts/content.post.header.php file and change this fragment: (around line 35)
- Code: Select all
<?php echo esc_html(get_the_date('d')); ?>
<span><?php echo esc_html(get_the_date('M')); ?></span>
into:
- Code: Select all
<?php echo esc_html(get_the_date('d.m')); ?>