Tagged: x Author Posts April 17, 2016 at 7:19 pm #887269 TrankuilityParticipant Hello, I want to test a new ad type. To do that I need to place the following into the footer.php. Is it possible to enter this within the X-child theme functions.php? If so, how? April 17, 2016 at 7:20 pm #887271 TrankuilityParticipant This reply has been marked as private. April 18, 2016 at 2:20 am #887656 ChristopherModerator Hi there, Please add following code in child theme’s functions.php file: function custom_ad_code() { ?> // Put your code in the next line. <?php } add_action( 'wp_footer', 'custom_ad_code' ); Hope it helps. Author Posts <script> jQuery(function($){ $("#no-reply-887269 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In