Replies: 0
Hello on the top of my purchased themes I added a few css and bootstrap links and on the footer, I added customize footer with html.
<?php
/*
* The template for displaying Blog Posts index page
*/
get_header(); ?>
<link rel="stylesheet" type="text/css" href="footer.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
....
<?php // get_footer();?>
<!-- customize footer with html -->
...
<!-- end of customize footer -->
Now, I wonder why it does not work. Please advice. It keeps loading.