Hi,
where can I change the date format (missing points + full month name for German date format) in the search results list?
The search result “Startseite” in this screenshot for example is my starting PAGE created with the ADVANCED LAYOUT BUILDER.
In my WordPress settings the date format is set correctly like this:
and in the search box itself the date format is right, too:
Thanks.
Hey COLORIT!
You can edit includes > loop-search.php, find this code on line 40:
<?php the_time('d M Y'); ?>
Refer to this link for date formats: http://codex.wordpress.org/Formatting_Date_and_Time
Cheers!
Ismael
works fine, thanks!