Install the following snippet of Javascript on every page of your website right before the closing . tag. please let me know how this can be done
This needs to be added to all the pages including the main page
Install the following snippet of Javascript on every page of your website right before the closing . tag. please let me know how this can be done
This needs to be added to all the pages including the main page
Hey Dylan,
Please install and activate the child theme and login through FTP then edit the functions.php then add this code:
add_action('wp_head', 'add_header_code');
function add_header_code(){ ?>
<!-- Add the code here -->
<?php };
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.