ResolvedTranslation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31039
    ecomunik
    Participant

    Hello,

    I wanted to change order of words “previous item” because in French Previous is after Item “Produit précédent”. I managed to do that by changing position oof words in function.php :

    l1108 $tc1 = ” <span class=’entry-title’><small>{$post_type_label} {$entry[‘key_label’]}</small>{$the_title}</span>”;

    I put {$post_type_label} {$entry[‘key_label’]} instead of {$entry[‘key_label’]}{$post_type_label}

    The only problem is I have to do that again each time after the update of theme. Could you please explain how to do that using child theme ?

    Thanks in advance

    #31043
    Althemist
    Keymaster

    Hi ecomunic,

    The best way to do that would be to use a child theme (there is a ready to use one included within your download package) and place the custom function in it’s function.php

    It’s highly not recommended to alter the original functions.php in any way!

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register