Okay so this is my footer:
<?php
/**
* The footer Template
*
* @package WordPress
* @subpackage minimatica
* @since Minimatica 1.0
*/
?>
<footer id="footer">
<?php get_sidebar( 'footer' ); ?>
<nav id="access" role="navigation">
<?php wp_nav_menu( array( 'theme_location' => 'primary_nav', 'container_id' => 'primary-nav', 'container_class' => 'nav', 'fallback_cb' => 'minimatica_nav_menu' ) ); ?>
</nav><!-- #access -->
</footer><!-- #footer -->
</div><!-- #wrapper -->
<?php wp_footer(); ?>
</body>
</html>
—-
where would I put my adsense code?
This is the code:
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8272375301326654";
/* Footer Ad */
google_ad_slot = "4547364820";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>