Hi guys! I used your tutorial to create a Text logo with subtext. Could you please give me a hint on how to make it translatable with WPML?
Please find the code and the link to the website in the private box.
Hey fabienneBESD,
Here is how to do it
https://codex.wordpress.org/I18n_for_WordPress_Developers
Wrap the text strings with the __();
__( ‘Hello, dear user!’, ‘my-text-domain’ );
If you need further assistance please let us know.
Best regards,
Victoria