• I created a function to change the date format to different languages

    using add_filter('the_time', 'myFunction');
    the_time, the_modified_time, the_date, the_modified_date, get_comment_date.
    are all working

    Well except for wp_get_archives('type=monthly'); here it is still using the standard language of wp.

    what code am i missing to get the archives date format?

  • The topic ‘change date archives’ is closed to new replies.