disable tag
-
I am writing a technical blog. I have following HTML tag
<script src=’@routes.Assets.at(‘javascripts/jquery-1.9.0.min.js’)’ type=’text/javascript’></script>but wordpress editer keeps changing it to and makes it a link.
How can I stop this?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Are you trying to post source code on your blog? If yes, check this support documentation for posting source code –
https://en.support.wordpress.com/code/posting-source-code/The editor might be turning that into a link or messing up the code into something else because JavaScript is not allowed on sites hosted on WordPress.COM for security reasons.
But you can post the source code by following the instructions in the link given above.
I hope this helps :)
- The topic ‘disable tag’ is closed to new replies.