Hi, I have no clue where to insert my tracking pixel so that every page of my site has this code. Can you help? Thanks. :)
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function add_code_to_all_pages() {
?>
PUT CODE HERE
<?php
}
add_action('wp_footer', 'add_code_to_all_pages');
Cheers!
Josue
Hi, I want to do thesame. I go to appearance->editor->functions.php and added code from above replay with my tracking code from FB but it doesnt work. FB Pixel Helper (choreme plugin) cant find code…
What I do wrong?
Printcreen:
http://screencast.com/t/77RUeBSy
http://screencast.com/t/yccOctHkAZ
Edit:
FB Pixel Helper cant find code only on main site. Every other site have code… What is wrong?
Hey!
Empty your WP Super Cache cache.
Best regards,
Josue
Nice, done. Thank you!