Hello, I would like to install my Facebook pixel on my entire X-Theme site. How/where do I install the Facebook pixel code? Thanks!
Hello @ashfillmore1,
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 FB pixel code below here -->
<?php
};
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.