Sometimes we have to add java/jquery script to tpl files. It can be done with “Custom Header Plugin” but sometimes we have to put some jquery script in specific tpl.
We can add jquery as well as css easily with {literal}.
{literal} <script src="https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.15/jquery.bxslider.min.js"></script> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> <style> /*put your css here*/ </style> {/literal}
Leave a Reply