How to change READ MORE, LEAVE a COMMENT

Hello, where can i change READ MORE,leave o comment, Reply and One thought on after i post comment ?
I would like to change it into my language

Thank you

I already answered your question here. You can feel free to ask questions here on or that other thread.

Yes thank you,

I have another question, How can i make preview of post? Like a small teaser and after clicking READ MORE i would see whole post.

Thank you

You can either use read more tag like this to apply these changes to individual posts.

Or you can apply automated action by replacing:

<?php the_content(); ?>

with

<?php the_excerpt(); ?>

These changes should be done in content.php file which you can find in theme folder.

Ok,

But i updated the theme and it ruind my whole page so i am going to rebulid it once again.

That’s why there is Child Theme

None of the changes done via Theme Options will be lost but changes done directly inside code will obviously be lost. That’s why translation and other things are done via separate files not directly.