Change field name from Read more to something else

Working on my posts archive page. In Elements / Posts widgets I have a field that outputs Read more with dynamic data {read_more}. How can I change the Read more text to something else?

No idea anyone? I used a translating plugin to change the text at the moment but for sure there’s a better approach with this.

here is the same issue:

The Solution is to try this in de dynamic data field:

<a href="{post_url}" title="{post_title}">Read More</a>

1 Like