footer: add wp_footer
This commit is contained in:
parent
e2cab60a05
commit
cd6fc325ef
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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>',
|
||||
));
|
||||
|
||||
|
||||
|
|
Reference in a new issue