dzejkins
Forum Replies Created
-
Alexandre, thanks for your answer, but equal sign is the problem in this case i think. I’m sorry, but your solution doesn’t work. All stops at equal (=) sign.
For example if i put somethink like this ‘1+1=2’ into custom translation, in source code i can see only 1+1.
🙁
I can’t edit post above, there should be:
SOME_CUSTOM_TEXT="bla bla <a href="some_url">text</a>"Alexandre, im trying to insert “a href” link into custom translations file. Custom translation files are located here in my case:
/wp-content/plugins/acymailing5/language/
I’m trying to put some translation with link in it, as example below.
SOME_CUSTOM_TEXT=”bla bla text”Is it cleare for you now? 🙂
Thanks for your answer @alexacymailing!
Could you show me some example? In my xxx_custom.ini file i have somethink like this example:
SOME_CUSTOM_TEXT="bla bla <a href="some_url">text</a>"but source code of my browser brakes at the equal sign (i think so), it looks like that:
"bla bla <a href"