Bricks Version: 1.2 RC 2
Browser: Chrome 90
OS: Linux.
How do I add a “read more” button using my language or customize?
Bricks Version: 1.2 RC 2
Browser: Chrome 90
OS: Linux.
How do I add a “read more” button using my language or customize?
All strings in Bricks (such as “Read more”) are localized. If you plan to change a lot of strings I’d recommend using a plugin like LocoTranslate, etc.
The fastest way to customize the “Read more” to your liking is to use the following HTML with dynamic data instead:
<a href="{post_url}" title="{post_title}">Read More</a>
Please let me know if that is working for you, @andrespereirabr
Thanks! I will use this code.
would be nice if we had an option like {read-more: Continue…}
Thank you Thomas! This is just what I have been looking for. VERY MUCH APPRECIATED.
I agree with @mmj . A shortcode like {read-more: Text that replaces default Read more language} would be extremely useful.