footer: add wp_footer

This commit is contained in:
Kazhnuz 2018-10-24 14:50:01 +02:00
parent e2cab60a05
commit cd6fc325ef
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<?php include(TEMPLATEPATH . '/components/navbar-footer.php'); ?>
</div>
<?php wp_footer(); ?>
<script src="<?php echo get_template_directory_uri();?>/js/jquery.min.js"></script>
<script src="<?php echo get_template_directory_uri();?>/js/bootstrap.min.js"></script>
</body>

View File

@ -1,5 +1,5 @@
<?php
/* function.php
/* functions.php
*
* All the function of Quarante-Douze
*
@ -15,3 +15,5 @@
'before_title' => '<h1 class="section card-header">',
'after_title' => '</h1>',
));