• Hi,

    I’m in the process of setting up a website with the “LocalBusiness Theme”. It works great, but I need to find out how to translate the three “Read More..” written under the 1,2 and 3. Feature Description (in the homepage feature area). I guess it’s very simpel.. I just can’t find the location for it ??

    This is my site: https://www.helionfilm.dk

    Thanks in advance.

    All the best from Kent.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Kent,

    Put front-page.php in your child theme and locate the lines:

    <a class="readmore" href="<?php echo localbusiness_get_option('localbusiness_feature_link1'); ?>"><?php _e('Read More…', 'local-business'); ?></a> 
    
    <a class="readmore" href="<?php echo localbusiness_get_option('localbusiness_feature_link2'); ?>"><?php _e('Read More....', 'local-business'); ?></a> 
    
    <a class="readmore" href="<?php echo localbusiness_get_option('localbusiness_feature_link3'); ?>"><?php _e('Read More…', 'local-business'); ?></a>

    There, change Read More with the danish version.

    Hope this helps!

    Thread Starter helionfilm

    (@helionfilm)

    Hi Kaniamea,

    Thanks very much. That did the job. I thought I might find it in that file, I just couldn’t find the right place ??

    Have a great day and thanks again.
    Kent.

    I am happy to help Kent ?? Have a great day you too.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A quick translation of "read more" to danish.’ is closed to new replies.