Before you ask please READ THIS

Can't translate "categories" on work page

edited March 2015 in Fame Posts: 3
Hello. I'm having an issue translating your theme to spanish, I can't change the word "categories" in single work pages. I'm using Poedit and everything else turned out alright, but that specific word won't change.

Example url: http://www.fergosl.es/work/balcon-06/

Thanks.

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    Yes I see now, that there is wrong function used for this word.

    Go to fame\advance\utilities\post__work__gallery__blog.php line~300
    change this
    $return = '<span class="posted-in"><em>'.__be('Categories').'</em>'.$return.'</span>';
    to
    $return = '<span class="posted-in"><em>'.__( 'Categories', 'fame' ).'</em>'.$return.'</span>';
    With kind regards.
  • That worked perfectly. Thank you.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!