Hi all… well this “Read More” tag was driving me crazy :-Z Tried everything .po/.mo.pot files, changing the language, adding a code line in function.php… didn’t work either.
I searched everywhere for a solution and I couldn’t find any for the latest WordPress version. So I had to dig and dig through a lot of PHP files, till I finally found it!
Probably this is not the most recommended/fancy solution, but it worked for me so I want to share it.
Look for this file initialize.php
You can find it in this route
/wp-content/themes/your-themes-name/inc
Search for this line __( ‘Read More’, ‘maskitto-light’ )
And replace the text ‘Read More’ with whatever you want.
Also you can change the text for the Search widget…
placeholder=”‘.__( ‘Search here..’, ‘maskitto-light’ )
And replace the text ‘Search here’ with whatever you want. Be careful with any theme update, probably you will have to change those lines again.
It worked in the Maskitto-light theme ??
Hope this helps!