Jump to content
thirty bees forum
  • 0

Latest Blog post translate/modify text


jsanzsp

Question

3 answers to this question

Recommended Posts

  • 0

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

 

Link to comment
Share on other sites

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...