Merge pull request #1157 from CFXd/remove-wp_footer-from-footer-content-template

Move wp_footer() from footer template into base.php for easier customization and DRY
This commit is contained in:
Ben Word
2014-09-28 09:28:49 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -27,5 +27,7 @@
<?php get_template_part('templates/footer'); ?>
<?php wp_footer(); ?>
</body>
</html>

View File

@@ -3,5 +3,3 @@
<?php dynamic_sidebar('sidebar-footer'); ?>
</div>
</footer>
<?php wp_footer(); ?>