Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1363832
    Boaz R
    Participant

    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!

    #1363935
    Paul R
    Moderator

    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.

    #1364318
    Boaz R
    Participant

    Works perfectly! Thank you!

    #1364463
    Rahul
    Moderator

    Glad to hear it!

    Feel free to ask us again.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1363832 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>