Hello,
I’ve installed a SSL Certification from Comodo and I want to appear the logo as explained in their directions on my site. The directions say to
Add this before your </HEAD> tag
<script type=”text/javascript”> //<![CDATA[
var tlJsHost = ((window.location.protocol == “https:”) ? “https://secure.comodo.com/” : “http://www.trustlogo.com/”);
document.write(unescape(“%3Cscript src='” + tlJsHost + “trustlogo/javascript/trustlogo.js’ type=’text/javascript’%3E%3C/script%3E”));
//]]>
</script>
<h2>AND</h2>
Add this before your </BODY> tag
<script language=”JavaScript” type=”text/javascript”>
TrustLogo(“https://tsakalisaudioworks.com/wp-content/uploads/2017/06/comodo_secure_seal_113x59_transp.png”, “CL1”, “none”);
</script>
<a href=”https://www.positivessl.com/” id=”comodoTL”>Positive SSL
How can I do that on my theme? I am using a child theme of course.
Thank you in advance.