Move wp_footer() from footer template into base.php for easier footer customization and DRY
This commit is contained in:
@@ -3,5 +3,3 @@
|
||||
<?php dynamic_sidebar('sidebar-footer'); ?>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<?php wp_footer(); ?>
|
||||
|
||||
Reference in New Issue
Block a user