Translate 'Read More' using JS?

How can I translate the text ‘Read More’ @ http://www.diosdenhoorn.nl/nieuws/ using JS?

Hi there,

I think that is a wrong approach both from the WordPress standards and the SEO point of view. Kindly consider using the standard translation technique mentioned here:

If you have a strong reason for your request, then here how you would do that:

Kindly add the code below to X > Launch > Options > JS:

jQuery('.archive .entry-wrap .more-link').text('Lees verder');

I tried to guess what would Read More would be called in Dutch :wink: but you are welcomed to change it in the code to whatever suite your needs.

Thank you.

Your Dutch is brilliant :wink: Thanks.

Glad to hear it :slight_smile:

Sorry, I have another questions. How can I change the ‘Read More’ excerpt in the the grid slider on my homepage?

Hi There,

Please update the previous code to this:

jQuery('.more-link').text('Lees verder');

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.