Tagged: x Author Posts February 8, 2017 at 11:05 pm #1363832 Boaz RParticipant Hello Is there a way to globally insert some Javascript to the bottom of all my posts? in the space currently used by the Related Posts by Sovrn plugin? I use Child Theme. My site: https://mashumashu.com Many thanks! February 9, 2017 at 1:07 am #1363935 Paul RModerator Hi, To add your script, you can add this in your child theme’s functions.php file function third_party_script() { ?> <script> // Third party script. </script> <?php } add_action( 'x_before_the_content_end', 'third_party_script' ); Hope that helps. February 9, 2017 at 8:46 am #1364318 Boaz RParticipant Works perfectly! Thank you! February 9, 2017 at 10:19 am #1364463 RahulModerator Glad to hear it! Feel free to ask us again. Thanks! Author Posts <script> jQuery(function($){ $("#no-reply-1363832 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In