Tagged: x Author Posts March 6, 2017 at 12:35 am #1395773 spixelZAParticipant Hi Im struggling to add the hot jar script to my theme x header.php file but cannot seem to locate it do i add it to the child or main x? Please advise. Thank you March 6, 2017 at 1:25 am #1395828 RupokMember Hi there, Thanks for writing in! You can add your scripts like below on your Child Theme’s functions.php function my_custom_head_output() { ?> <script type="text/javascript"> // Add your custom scripts here </script> <?php } add_action( 'wp_head', 'my_custom_head_output' ); If you wish to achieve this through plugin, then you can try this : https://wordpress.org/plugins/header-and-footer-scripts/ Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-1395773 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In