Tagged: , , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #207691

    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.

    #207926

    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

    #208026

    works fine, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Where to change the date format of the search results list?’ is closed to new replies.