• I have this trouble: when I use more then one Author, the list is correct, but the ‘connection’ between them is always in English:
    Author 1 and Author 2
    I need that the ‘and’ word changes according to the default language of the site.
    Thank you

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same problem.

    In template-tags.php, find this line:

    $default_between_last = ( defined( 'COAUTHORS_DEFAULT_BETWEEN_LAST' ) ) ? COAUTHORS_DEFAULT_BETWEEN_LAST : __( ' and ', 'co-authors-plus' );

    Simply change “and” to what is necessary for your default language, such as “et” pour le fran?ais.

    Thread Starter jumborex

    (@jumborex)

    In template-tags.php, find this line: […]

    Thank you, but I do not find this line in my template-tags.php!

    My version is 3.4.3

    • This reply was modified 4 years, 8 months ago by jumborex.

    In template-tags.php, find this line:

    The problem is that this edit of line 153 in the plugin file will be erased by the next version. I wonder why the language files don’t work here. Any clue, @marcusanthony?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Between two Authors it’s always used ‘and’ instead of the language default’ is closed to new replies.