• [ Moderator note: moved to How-to and Troubleshooting. ]

    Hi all,

    I think that the code of the function get_the_archive_title() which is used by the “the_archive_title” function is not suitable to translations.

    for instance: in my new blog (https://club-jsg.org/ar/2016/10/) which is written in arabic, the name of the month stills shown in english.
    This comes from the fact that the year (which is a number) is associated to the name of the month when applying the translation : _x( ‘F Y’, ‘monthly archives date format’ )

    Should I use a filter to correct this code?

  • The topic ‘get_the_archive_title() code is not suitable to translations’ is closed to new replies.