Hello,
i made the translation to german in the Focus-Theme.
And i found the word "ago" in the functions.php. but i want to change the position, it should appear before and not after days or hours.
thanks in advance.
frank
1 Answers
hi you can try go to line 351, functions.php and replace the code like this :
return __('vor','dw-focus') . ' ' . $since;
Perfect! That`s what i was searching for.
best Regards
Frank
Please login or Register to submit your answer