1. Home
  2. Insert Tracking Code
  3. CMS / Google Tag Manager
  4. Integrate in WordPress without plugin

Integrate in WordPress without plugin

To integrate the WiredMinds tracking code into your WordPress instance, copy the WiredMinds tracking code and paste it into the footer.php file before the closing body tag.

The footer.php file can be found under Design | Theme – File – Editor.

...

<script type="text/javascript">(function(d,s){var l=d.createElement(s),e=d.getElementsByTagName(s)[0];
l.async=true;l.type='text/javascript';
l.src='https://c.leadlab.click/1234567890.js';
e.parentNode.insertBefore(l,e);})(document,'script');</script>

	</body>
</html>