change image "view details"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13554
    juan
    Member

    I`d like to change the button that appears as “view details” in the images to “ver detalles” in spanish. Is it possible?

    thanks in advance

    #13572
    Veena
    Moderator

    You can learn from http://www.solostream.com/blog/tutorials/translate-wordpress-theme/ about translating your site into your language. Pls make sure you add the entry for your language into wp-config.php file like this –

    define ('WPLANG', 'fr_FR');
    

    Pls use the pot files in ‘invent/languages’ folder as a template to create .po files.http://www.poedit.net/ -Poedit is the popular free editor for creating .po and the corresponding binary .mo files.
    You may need to do an update in POEdit to see all the strings.

    #13682
    juan
    Member

    Is there no way to change it in code?

    #13707
    Veena
    Moderator

    You can modify it in file framework/functions/post-functions.php at line no:750

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.