Is it possible to add javascript in the column section, for example to show the current year, like this:
This year it is 2021
I tried this:
<h1>This year it is [code]the current year javascript code here[/code]</h1>
But that doesn't work
p.s. I realised that the code brackets are only used to display raw code, I also tried adding the javascript code without [code][/code] around it, but that doesn't work either.
Hello,
The only place where you can put your custom JS is Betheme -> Theme options -> Custom CSS & JS -> JS.
So if you want to make it work, you would have to write a JS that will refer to a particular id or class.
Thanks
Aha, thanks for explaining!
Comments
p.s. I realised that the code brackets are only used to display raw code, I also tried adding the javascript code without [code][/code] around it, but that doesn't work either.
Hello,
The only place where you can put your custom JS is Betheme -> Theme options -> Custom CSS & JS -> JS.
So if you want to make it work, you would have to write a JS that will refer to a particular id or class.
Thanks
Aha, thanks for explaining!