Can you elaborate the issue, you are facing.
Also have you tried, to set Date format to Custom.
Settings > General > Date Format
Select custom.
Please check this setting or else share a possible snap shot of page in which the issue is seen.
Thanks.
The top post comes with the wrong date. If you click in the link of any post, it appears the date 30.11.-1.
I’ve also deleted all the posts
It didn’t solve the problem.
It may arise due to the WordPress function used on your theme. If the_date(); function is used, please change the function by get_the_date();
It may work for you.
https://codex.wordpress.org/Function_Reference/get_the_date
Change <?php the_date(); ?>
to
<?php echo get_the_date(); ?>
If not work, please feel free to ask, i will serve the best for the betterment to solve your problem.
Thank you
WEN Solutions,
I didn’t find anything alike in my themes 🙁
Is that the date that displays when you save the post as well in your dashboard or does it only appear on the outward facing site?
It only appear on the outward site.