Changing dutch name "thoughts on"

Hello,
I would like to change the dutch translation of “thoughts on”. Besides that i would like to remove the numbers before the reactions on the blog, is that possible?

Thank you for your reply.

Hi @bertha333,

I hope you are well today and thank you for your question.

I would like to change the dutch translation of “thoughts on”.

Do you want to translate the text “thoughts on” in dutch?

If yes then you can try doing that as described on the below page.

Besides that i would like to remove the numbers before the reactions on the blog, is that possible?

Do you mean before the comments?

Could you please share the screenshot of where it is displaying so that i can help you?

Kind Regards,
Movin

Please find attached an example of an reaction with a number in front. (reaction number 3).
Is it possible to remove these numbers?

You can try removing that number by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

li.comment {
    list-style: none;
}

Great.
Thank you Movin!

Dear Movin,

I have now created a translation document nl_NL.po but i have no clue where to put it? Where can I find " wp-config.php file located at your WordPress installation root folder"?
Besides that, is it also possible to change some English translations?

Best regards,
Bertha

You are most welcome here :slight_smile:

I have now created a translation document nl_NL.po but i have no clue where to put it?

Put it in the languages directory of Travelify theme.

Where can I find ” wp-config.php file located at your WordPress installation root folder”?

Yes find more information about this file on the following page

https://codex.wordpress.org/Editing_wp-config.php

Besides that, is it also possible to change some English translations?

I am not sure what you meant by it so please describe it a bit more in detail.