Jump to content
thirty bees forum
  • 0

Latest Blog post translate/modify text


Question

Posted

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?

 

blog.jpg

3 answers to this question

Recommended Posts

  • 0
Posted
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
Posted

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

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...