Tagged: date format
Found where to change the date format -> header.php <ul><li><?php echo esc_html(date_i18n("l, F j, Y")); ?></li></ul>
<ul><li><?php echo esc_html(date_i18n("l, F j, Y")); ?></li></ul>
The case can be closed. Thanks.
//Staniole Olsen
Hello Staniole,
Yes that one is the exact line for the date. Just create a child theme for customization.
Thank you!