jsanzsp Posted March 24, 2020 Posted March 24, 2020 How do I change the text in the "Latest Blog Posts, I've been looking for the text line for two days in Translation - Installed modules but I can't find it, is it possible that it's in the cms?
0 cienislaw Posted March 24, 2020 Posted March 24, 2020 (edited) took me 2s with text search: themes\niara\modules\beesblogrecentposts\views\templates\hooks\home.tpl Edited March 24, 2020 by cienislaw 1
0 jsanzsp Posted March 24, 2020 Author Posted March 24, 2020 10 hours ago, cienislaw said: took me 2s with text search: themes\niara\modules\beesblogrecentposts\views\templates\hooks\home.tpl Thank you very much, problem solved
0 LCortes Posted April 27, 2020 Posted April 27, 2020 Or you can: 1- bakup themes/yourtheme/modules/beesblogrecentposts/views/templates/hooks/home.tpl 2- open themes/yourtheme/modules/beesblogrecentposts/views/templates/hooks/home.tpl and locate: <span class="tm-over">Latest <span>Blog </span> posts</span> </a> </h2> <p>{l s='Read latest posts from our blog.' mod='beesblog'}</p> 3- change it to: <span class="tm-over">{l s='Latest' mod='beesblogrecentposts'} <span>{l s='Blog' mod='beesblogrecentposts'} </span> {l s='posts' mod='beesblogrecentposts'}</span> </a> </h2> <p>{l s='Read latest posts from our blog.' mod='beesblogrecentposts'}</p> 4- go to backoffice->localization->translations and found the module "beeblogrecentposts". that fields must be the for you to translate. 5- if anything goes wrong, just upload the file that you bakedup
Question
jsanzsp
How do I change the text in the "Latest Blog Posts, I've been looking for the text line for two days in Translation - Installed modules
but I can't find it, is it possible that it's in the cms?
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now